mirror of
https://github.com/ollama/ollama.git
synced 2026-04-25 02:06:11 +02:00
Add new example for self querying retrieval
Signed-off-by: Matt Williams <m@technovangelist.com>
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"name": "typescript-selfqueryingretreival",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"@xenova/transformers": "^2.7.0",
|
||||
"chromadb": "^1.5.11",
|
||||
"langchain": "^0.0.177",
|
||||
"ollama-node": "^0.1.24",
|
||||
"peggy": "^3.0.2",
|
||||
"sharp": "^0.32.6"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user