Add Qdrant support for embedding, chat, and conversation (#192)

* Add Qdrant support for embedding, chat, and conversation

* Change comments
This commit is contained in:
Timothy Carambat
2023-08-15 15:26:44 -07:00
committed by GitHub
parent 4086253292
commit cf0b24af02
11 changed files with 499 additions and 2 deletions

View File

@@ -18,6 +18,7 @@
"@azure/openai": "^1.0.0-beta.3",
"@googleapis/youtube": "^9.0.0",
"@pinecone-database/pinecone": "^0.1.6",
"@qdrant/js-client-rest": "^1.4.0",
"archiver": "^5.3.1",
"bcrypt": "^5.1.0",
"body-parser": "^1.20.2",