zotero-mcp: add semantic search dependencies (chromadb, sentence-transformers, openai, google-genai, tiktoken)
NixOS Configuration CI / Nix Flake Check (push) Successful in 43s
NixOS Configuration CI / Nix Flake Check (push) Successful in 43s
This commit is contained in:
@@ -67,6 +67,12 @@ python3Packages.buildPythonApplication rec {
|
||||
pymupdf
|
||||
ebooklib
|
||||
pdfplumber
|
||||
# Semantic search
|
||||
chromadb
|
||||
sentence-transformers
|
||||
openai
|
||||
google-genai
|
||||
tiktoken
|
||||
];
|
||||
|
||||
# Optional: semantic search dependencies
|
||||
|
||||
Reference in New Issue
Block a user