feat: solution for 'Повторный экзамен #2: Сравнительный обзор 3 сущностей (Tavily)'

This commit is contained in:
2026-06-29 17:37:30 +03:00
parent 46fa6752db
commit 6d59b9669e
15 changed files with 367 additions and 126 deletions
+17 -9
View File
@@ -1,16 +1,24 @@
{
"name": "entity-comparison",
"name": "tavily-comparison-app",
"version": "1.0.0",
"description": "Compare three entities using Tavily, OpenAI embeddings, and Qdrant",
"main": "src/index.js",
"type": "module",
"private": true,
"scripts": {
"start": "node src/index.js"
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"test": "jest"
},
"dependencies": {
"@qdrant/js-client-rest": "^1.0.0",
"axios": "^1.7.2",
"dotenv": "^16.4.5",
"openai": "^4.21.0"
"axios": "^1.6.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^14.0.0",
"axios-mock-adapter": "^1.21.2",
"identity-obj-proxy": "^3.0.0",
"jest": "^29.7.0",
"vite": "^5.0.0"
}
}