package.json 441 B

1234567891011121314151617181920
  1. {
  2. "name": "typescript-selfqueryingretreival",
  3. "version": "1.0.0",
  4. "description": "",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "keywords": [],
  10. "author": "",
  11. "license": "ISC",
  12. "dependencies": {
  13. "@xenova/transformers": "^2.7.0",
  14. "chromadb": "^1.5.11",
  15. "langchain": "^0.0.177",
  16. "ollama-node": "^0.1.24",
  17. "peggy": "^3.0.2",
  18. "sharp": "^0.32.6"
  19. }
  20. }