Adding AzureSearch AI as vector store

This commit is contained in:
2025-05-16 22:01:05 -05:00
parent 226b51a6a1
commit 3beb160c22
18 changed files with 2751 additions and 96 deletions

17
retriever/package.json Normal file
View File

@@ -0,0 +1,17 @@
{
"name": "retriever",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "node --env-file=.env index.js \"What is Verint?\""
},
"author": "",
"license": "MIT",
"description": "",
"dependencies": {
"@azure/search-documents": "^12.1.0",
"@langchain/community": "^0.3.43",
"@langchain/core": "^0.3.56"
},
"type": "module"
}