21 lines
493 B
JSON
21 lines
493 B
JSON
{
|
|
"name": "vector-search-comparison",
|
|
"version": "1.0.0",
|
|
"description": "A small library demonstrating integration with Qdrant and a markdown comparison of Tavily, Qdrant, and Pinecone.",
|
|
"main": "src/qdrantIntegration.js",
|
|
"scripts": {
|
|
"test": "echo \"No tests defined\""
|
|
},
|
|
"keywords": [
|
|
"qdrant",
|
|
"tavily",
|
|
"pinecone",
|
|
"vector-search",
|
|
"comparison"
|
|
],
|
|
"author": "Your Name",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"node-fetch": "^3.3.2"
|
|
}
|
|
} |