feat: solution for 'Повторный экзамен #2: Сравнительный обзор 3 сущностей (Tavily)'
This commit is contained in:
+4
-12
@@ -1,24 +1,16 @@
|
||||
{
|
||||
"name": "tavily-qdrant-demo",
|
||||
"name": "entity-comparison",
|
||||
"version": "1.0.0",
|
||||
"description": "Demo project integrating Tavily API with Qdrant vector store",
|
||||
"description": "Compare three entities using Tavily, OpenAI embeddings, and Qdrant",
|
||||
"main": "src/index.js",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"start": "node src/index.js"
|
||||
},
|
||||
"keywords": [
|
||||
"tavily",
|
||||
"qdrant",
|
||||
"vector",
|
||||
"search",
|
||||
"express"
|
||||
],
|
||||
"author": "Your Name",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@qdrant/js-client-rest": "^1.0.0",
|
||||
"axios": "^1.7.2",
|
||||
"dotenv": "^16.4.5",
|
||||
"express": "^4.18.2"
|
||||
"openai": "^4.21.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user