LightRAG/lightrag/kg
yangdx 7aedc08caf Add RAG configuration options and enhance parameter configurability
- Add top-k and cosine-threshold parms for api server
- Update .env and cli parms handling with new parameters
- Improve splash screen display
- Update bash and storage classes to read new parameters from .env file.
2025-01-29 21:34:34 +08:00
..
__init__.py
age_impl.py Update age_impl.py 2025-01-27 09:35:08 +01:00
chroma_impl.py feat: Add ChromaDB integration for vector storage 2024-12-10 16:23:05 +01:00
gremlin_impl.py GremlinStorage: fixes and patch to support other Gremlin compatible BD. Tested on ArcadeDB with Gremlin plugin. The main change is using "entity_name" vertex property instead of the label as a node_id since different implementations have different restrictions on label names. 2024-12-23 16:16:17 +01:00
json_kv_impl.py fix linting errors 2025-01-27 23:21:34 +08:00
jsondocstatus_impl.py Moved the storages to kg folder 2025-01-27 09:59:26 +01:00
milvus_impl.py fix linting errors 2025-01-27 23:21:34 +08:00
mongo_impl.py fix linting errors 2025-01-27 23:21:34 +08:00
nano_vector_db_impl.py Add RAG configuration options and enhance parameter configurability 2025-01-29 21:34:34 +08:00
neo4j_impl.py fix linting errors 2025-01-27 23:21:34 +08:00
networkx_impl.py fix linting errors 2025-01-27 23:21:34 +08:00
oracle_impl.py Update oracle_impl.py 2025-01-27 09:36:34 +01:00
postgres_impl.py fix linting errors 2025-01-27 23:21:34 +08:00
postgres_impl_test.py Update postgres_impl_test.py 2025-01-27 09:38:32 +01:00
redis_impl.py fix linting errors 2025-01-27 23:21:34 +08:00
tidb_impl.py fix linting errors 2025-01-27 23:21:34 +08:00