Update project dependencies and example test files

- Updated requirements.txt with latest package versions
- Added support for filtering query results by IDs in base and operate modules
- Modified PostgreSQL vector storage to include document and chunk ID fields
This commit is contained in:
Roy
2025-03-07 18:45:28 +00:00
parent 5e7ef39998
commit 0ec61d6407
6 changed files with 91 additions and 20 deletions

21
.gitignore vendored
View File

@@ -64,3 +64,24 @@ gui/
# unit-test files
test_*
Miniconda3-latest-Linux-x86_64.sh
requirements_basic.txt
requirements.txt
examples/test_chromadb.py
examples/test_faiss.py
examples/test_neo4j.py
.gitignore
requirements.txt
examples/test_chromadb.py
examples/test_faiss.py
examples/*
tests/test_lightrag_ollama_chat.py
requirements.txt
requirements.txt
examples/test_chromadb.py
examples/test_faiss.py
examples/test_neo4j.py
tests/test_lightrag_ollama_chat.py
examples/test_chromadb.py
examples/test_faiss.py
examples/test_neo4j.py