85 Commits

Author SHA1 Message Date
Tianyu Fan
0ffa447724 Merge pull request #71 from wrosko/wrosko/fix_chunking_by_token_size
Removing stale split_by_character reference
2025-04-16 10:59:12 +08:00
Wade Rosko
3e25932e2f Removing stale split_by_character reference
It appears split_by_character was accidentally re-introduced with latest merge. Getting the error about 6 things being passed despite the function requiring 4.
2025-04-14 14:02:24 -06:00
Tianyu Fan
5f677cc579 Merge pull request #70 from QodiCat/main
fix: add OPENAI_BASE_URL support
2025-04-14 16:04:04 +08:00
Qodicat
e7db2be075 fix:TypeError: chunking_by_token_size() takes from 1 to 4 positional arguments but 6 were given 2025-04-10 21:11:16 +08:00
Qodicat
a401359b1b fix: add OPENAI_BASE_URL support 2025-04-10 21:05:28 +08:00
Tianyu Fan
eb6c834063 Merge pull request #64 from Fridemn/main
fix: Unable to import packages in llm normally during initialization
2025-04-07 14:47:21 +08:00
崔永亮
a256463d73 fix: Unable to import packages in llm normally during initialization 2025-04-03 12:20:53 +08:00
Tianyu Fan
e17d658d84 Merge pull request #61 from yashshah035/main
fix parallel insertion and insert_done call
2025-03-30 18:45:53 +08:00
yashshah035
c7a9aef05d fixup _insert_done call 2025-03-29 20:54:51 +05:30
yashshah035
b869f2d95c fix paralle insertion 2025-03-29 20:13:53 +05:30
Tianyu Fan
7ef179222d Merge pull request #56 from yashshah035/shared_storage
remove storage lock
2025-03-29 14:16:02 +08:00
yashshah035
9111eb5e19 remove storage lock 2025-03-21 19:24:07 +05:30
Tianyu Fan
2241cd6975 Merge pull request #53 from yashshah035/jsondoc
adding missing get_docs_by_status function in JsonDocStatusStorage
2025-03-17 16:50:56 +08:00
yashshah035
61627264bd adding missing get_docs_by_status function 2025-03-17 10:48:05 +05:30
Tianyu Fan
77aa9c911d Merge pull request #51 from tianhaolin1991/patch-1
Fix NetworkXStorage get_types method
2025-03-15 13:19:23 +08:00
Tianyu Fan
1c59a1568e Merge pull request #49 from yashshah035/pipeline
improve pipeline, formatting and caching for utilities
2025-03-15 13:19:04 +08:00
Tianyu Fan
f35b84e23d Merge pull request #48 from yashshah035/formatting
improve entity content formatting
2025-03-15 13:18:38 +08:00
Mr.Tian
93b6e5bd1a Update networkx_impl.py
change the wrong graph node property "type" to "entity_type"
2025-03-12 15:08:41 +08:00
yashshah035
7724e86e15 improved existing insertion pipeline 2025-03-12 10:48:00 +05:30
yashshah035
415b7992c1 Add missing utility functions for caching and processing 2025-03-12 10:32:51 +05:30
yashshah035
bce9c5a8cb improve entity content formatting 2025-03-12 08:03:08 +05:30
jameswangthecoder
49fd327b5e fixes on qa 2025-03-07 11:48:21 +08:00
tianyufan
6040f2e477 Merge branch 'main' of https://github.com/HKUDS/MiniRAG 2025-03-05 19:07:29 +08:00
tianyufan
87c1dea5fe fix bugs 2025-03-05 19:07:25 +08:00
Tianyu Fan
1252b4d48a Merge pull request #42 from lucky-verma/main
Fix Docker container crash by adding missing abstractmethod import
2025-03-01 23:59:14 +08:00
Lucky Verma
2c220df7f5 Fix Docker container crash by adding missing abstractmethod import 2025-03-01 00:54:11 -06:00
jameswangthecoder
cda07f7f7a qa fixes 2025-02-28 12:13:43 +08:00
tianyufan
5d520fc5ba add evaluation code&prompt v0.0.2 2025-02-27 15:41:42 +08:00
tianyufan
908b1a49d6 Merge branch 'main' of https://github.com/HKUDS/MiniRAG 2025-02-27 15:36:34 +08:00
tianyufan
20fbf07f0a upd README and fix bugs 2025-02-27 15:36:31 +08:00
Tianyu Fan
1bfc65ca65 Merge pull request #34 from yashshah035/fix-imports
fix imports
2025-02-27 15:06:38 +08:00
Tianyu Fan
2fd95a7c6d Merge pull request #35 from yashshah035/openai
adding missing unicode function and openrouter configuration
2025-02-27 15:05:50 +08:00
Tianyu Fan
0e2f2cb233 Merge pull request #36 from yashshah035/graph-visual
adding graph visual examples
2025-02-27 15:05:34 +08:00
yashshah035
36c7b5fd36 adding graph visual examples 2025-02-25 11:00:51 +05:30
yashshah035
f768c9265e adding openrouter call configuration 2025-02-25 10:49:19 +05:30
yashshah035
4df94af612 adding missing unicode decode 2025-02-25 10:40:09 +05:30
yashshah035
ae4a27e2b5 fix imports 2025-02-25 10:18:36 +05:30
tianyufan
7bdfac26fb fix bugs 2025-02-14 13:55:08 +08:00
tianyufan
edea602d2d upd readme 2025-02-14 13:30:27 +08:00
tianyufan
2b5f5e7fb0 fix bugs and update readme 2025-02-14 13:27:28 +08:00
Tianyu Fan
9aa4c9da78 Merge pull request #23 from yashshah035/main
error handling and missing method implementation
2025-02-13 00:26:52 +08:00
Yash Shah
7e507a74d0 adding GPTKeywordExtractionFormat class 2025-02-12 15:57:31 +05:30
Yash Shah
7e32f3604a Update README.md 2025-02-12 15:23:57 +05:30
Yash Shah
ca464e7d3b resolve json_repair has no attribute JSONDecoderError 2025-02-12 15:08:57 +05:30
Yash Shah
e848b1e530 error handling for no attribute get_types 2025-02-12 15:06:21 +05:30
Yash Shah
aa6945f9e9 resolved 'NetworkXStorage' object has no attribute 'get_types' 2025-02-12 15:04:46 +05:30
Yash Shah
171830f787 Update main.py 2025-02-12 12:16:36 +05:30
tianyufan
517d03a8c5 update readme 2025-02-12 14:24:54 +08:00
Tianyu Fan
2b253e0a97 Merge pull request #20 from yashshah035/main
correcting imports to minirag and missing files
2025-02-12 14:12:39 +08:00
Yash Shah
5c2a637170 adding DocStatus class in base.py 2025-02-12 11:01:00 +05:30