Commit graph

361 commits

Author SHA1 Message Date
Naseem Ali
ab5bb68c0d
Merge a27774a3a4 into 9562a974d2 2025-12-12 10:42:23 +08:00
Joschka Hüllmann
8f1ff985d0 Fix links in README.md and README-zh.md 2025-12-04 15:49:20 +01:00
Naseem Ali
a27774a3a4
Merge branch 'main' into Add-FalkorDB-graph-storage-support 2025-12-03 10:34:07 +02:00
chaohuang-ai
5c9642675b
Update README.md 2025-11-30 00:17:04 +08:00
Christian Clauss
90f341d614
Fix typos discovered by codespell 2025-11-28 10:31:52 +01:00
yangdx
97a9dfcac0 Add important note about embedding function wrapping restrictions 2025-11-28 14:55:15 +08:00
yangdx
1d07ff7f60 Update OpenAI and Ollama embedding func examples in README 2025-11-28 14:41:29 +08:00
Naseem Ali
6dc3c1e991
Merge branch 'main' into Add-FalkorDB-graph-storage-support 2025-11-26 00:01:34 +02:00
chaohuang-ai
37178462ab
Update README.md 2025-11-23 00:53:39 +08:00
chaohuang-ai
babbcb566b
Update README.md 2025-11-23 00:48:52 +08:00
yangdx
ecea93992a Fix lingting 2025-11-20 13:03:31 +08:00
yangdx
1d2f534f3d Fix linting 2025-11-20 13:02:25 +08:00
yangdx
1e415cff95 Update postgreSQL docker image link 2025-11-20 12:34:49 +08:00
yangdx
3c85e4882c Update README 2025-11-20 10:50:02 +08:00
yangdx
cdd53ee875 Remove manual initialize_pipeline_status() calls across codebase
- Auto-init pipeline status in storages
- Remove redundant import statements
- Simplify initialization pattern
- Update docs and examples
2025-11-17 12:54:33 +08:00
Naseem Ali
385f7dc697
Merge branch 'main' into Add-FalkorDB-graph-storage-support 2025-11-16 11:37:20 +02:00
yangdx
c12bc372dc Update README 2025-11-09 04:35:41 +08:00
yangdx
7bc6ccea19 Add uv package manager support to installation docs 2025-11-09 04:31:07 +08:00
yangdx
831e658ed8 Update readme 2025-11-06 16:26:07 +08:00
yangdx
5f49cee20f Merge branch 'main' into VOXWAVE-FOUNDRY/main 2025-11-06 15:37:35 +08:00
yangdx
b0d44d283b Add Langfuse observability integration documentation 2025-11-06 10:24:15 +08:00
yangdx
d803df9413 Fix linting 2025-11-05 17:19:58 +08:00
yangdx
451257aed5 Doc: Update news with recent features 2025-11-05 16:58:20 +08:00
yangdx
f610fdaf9b Merge branch 'main' into Anush008/main 2025-10-30 11:07:39 +08:00
yangdx
8af8bd80d2 docs: add frontend build steps to server installation guide 2025-10-29 21:54:47 +08:00
yangdx
14a015d4ad Restore query generation example and fix README path reference
• Fix path from example/ to examples/
• Add generate_query.py implementation
2025-10-29 19:11:40 +08:00
Anush008
8584980e3a
refactor: Qdrant Multi-tenancy (Include staged)
Signed-off-by: Anush008 <anushshetty90@gmail.com>
2025-10-26 09:58:24 +05:30
Humphry
0b3d31507e extended to use gemini, sswitched to use gemini-flash-latest 2025-10-20 13:17:16 +03:00
yangdx
a5c05f1b92 Add offline deployment support with cache management and layered deps
• Add tiktoken cache downloader CLI
• Add layered offline dependencies
• Add offline requirements files
• Add offline deployment guide
2025-10-11 10:28:14 +08:00
yangdx
1bf802eebf Add AGENTS.md documentation section for AI coding agent guidance 2025-10-10 12:21:35 +08:00
Naseem Ali
b779bfd6be Merge branch 'main' of https://github.com/FalkorDB/LightRAG into Add-FalkorDB-graph-storage-support 2025-10-01 14:48:28 +03:00
yangdx
2ce6a022ac Fix documentation for user_prompt parameter in QueryParam 2025-09-27 23:41:17 +08:00
yangdx
699ca3ba00 Remove deprecated history_turns and ids parameters from query API endpoint
• Update QueryParam documentation
• Mark history_turns as deprecated
• Clean up splash screen display
• Clarify conversation_history usage
2025-09-25 04:58:57 +08:00
yangdx
7b371309dd Update README 2025-09-15 12:31:39 +08:00
yangdx
4e751e0653 refac: Enhance extraction with improved prompts and parser
-   **Prompts**: Restructured prompts with clearer steps and quality guidelines. Simplified the relationship tuple by removing `relationship_strength`
-   **Model**: Updated default entity types to be more comprehensive and consistently capitalized (e.g., `Location`, `Product`)
2025-08-31 22:24:11 +08:00
Naseem Ali
c5ef544f8b Fix code formatting with pre-commit hooks 2025-08-26 13:03:42 +03:00
yangdx
de2daf6565 refac: Rename summary_max_tokens to summary_context_size, comprehensive parameter validation for summary configuration
- Update algorithm logic in operate.py for better token management
- Fix health endpoint to use correct parameter names
2025-08-26 01:35:50 +08:00
yangdx
49ea9a79a7 Update rerank doc in README 2025-08-23 23:06:10 +08:00
yangdx
16a1ef1178 Update summary_max_tokens default from 10k to 30k tokens 2025-08-21 23:16:07 +08:00
Naseem Ali
e00b2a1334
Merge branch 'main' into Add-FalkorDB-graph-storage-support 2025-08-21 13:23:07 +03:00
yangdx
8c6b5f4a3a Update README 2025-08-21 18:14:27 +08:00
Naseem Ali
3e25748702 Add FalkorDB Support for Graph Storage 2025-08-21 13:01:39 +03:00
yangdx
62cdc7d7eb Update documentation with LLM selection guidelines and API improvements 2025-08-21 13:59:14 +08:00
yangdx
0e67ead8fa Rename MAX_TOKENS to SUMMARY_MAX_TOKENS for clarity 2025-08-21 10:15:20 +08:00
yangdx
d5e8f1e860 Update default query parameters for better performance
- Increase chunk_top_k from 10 to 20
- Reduce max_entity_tokens to 6000
- Reduce max_relation_tokens to 8000
- Update web UI default values
- Fix max_total_tokens to 30000
2025-08-18 19:32:11 +08:00
yangdx
dc7a6e1c5b Update README 2025-08-16 06:15:27 +08:00
yangdx
0b5c708660 Update storage implementation documentation
- Add detailed storage type descriptions
- Remove Chroma from vector storage options
- Include recommended PostgreSQL version
- Add Memgraph to graph storage options
- Update performance comparison notes
2025-08-05 18:03:51 +08:00
yangdx
32af45ff46 refactor: improve JSON parsing reliability with json-repair library
Replace regex-based JSON extraction with json-repair for better handling of malformed LLM responses. Remove deprecated JSON parsing utilities and clean up keyword_extraction parameter across LLM providers.

- Remove locate_json_string_body_from_string() and convert_response_to_json()
- Use json-repair.loads() in extract_keywords_only() for robust parsing
- Clean up LLM interfaces and remove unused parameters
- Add json-repair dependency
2025-08-01 19:36:20 +08:00
yangdx
3c530b21b6 Update README 2025-07-31 13:00:09 +08:00
yangdx
c6bd9f0329 Disable conversation history by default
- Set default history_turns to 0
- Mark history_turns as deprecated
- Remove history_turns from example
- Update documentation comments
2025-07-31 12:28:42 +08:00