Mykola Chaban
|
50822dce52
|
updated field type
|
2025-04-21 21:26:57 +03:00 |
|
Mykola Chaban
|
77b53486ea
|
use a single parameter placeholder for the array;
|
2025-04-21 21:20:21 +03:00 |
|
choizhang
|
333c43fbdf
|
refactor: Fixed redundant blank characters in message content
|
2025-04-22 01:25:18 +08:00 |
|
yangdx
|
e7063b5f1e
|
Remove embedding_cache_config
|
2025-04-22 00:28:17 +08:00 |
|
yangdx
|
8938d11718
|
Fix PostgreSQL get_by_mode_and_id bugs
|
2025-04-22 00:26:16 +08:00 |
|
Daniel.y
|
9acf981042
|
Merge pull request #1422 from cywzl/patch-1
Update prompt.py
|
2025-04-21 20:39:24 +08:00 |
|
yangdx
|
85684164f0
|
Fix linting
|
2025-04-21 20:18:05 +08:00 |
|
yangdx
|
17f5439952
|
Remove space between chinese chars and Egnlish symbols
|
2025-04-21 19:21:30 +08:00 |
|
yangdx
|
ff65cba544
|
Add null check for edge data
|
2025-04-21 18:32:33 +08:00 |
|
tackhwa
|
9e1be12e4a
|
fix lint
|
2025-04-21 17:07:34 +08:00 |
|
tackhwa
|
f3c57b606e
|
friendly implementation of entity extraction and relationship weight extract for Low-Capability LLMs
|
2025-04-21 16:52:13 +08:00 |
|
Chen Yuwen
|
8bf78f0823
|
Update prompt.py
missing ‘)’ in PROMPTS["entity_continue_extraction"] lead to misunderstanding prompt for some small models and can not responsing correctly.
|
2025-04-21 16:04:19 +08:00 |
|
choizhang
|
522080e44f
|
feat(chat): Add Mermaid chart support and optimize code highlighting. Resolve the issue of streaming returns
|
2025-04-21 15:50:13 +08:00 |
|
earayu
|
7597a5bdfb
|
feat: support aget_docs_by_ids
|
2025-04-21 13:27:16 +08:00 |
|
孟超
|
8064a2339f
|
change process_combine_contexts params type to list[dict[str, str]]
|
2025-04-21 12:08:12 +08:00 |
|
yangdx
|
bfce14d41f
|
Bump api version to 0155
|
2025-04-21 01:24:46 +08:00 |
|
yangdx
|
6716e19d5c
|
Fix linting
|
2025-04-21 01:22:23 +08:00 |
|
yangdx
|
bd18c9c8ad
|
Update sample code in README.md
|
2025-04-21 01:22:04 +08:00 |
|
yangdx
|
908953924a
|
Update README
|
2025-04-21 00:25:26 +08:00 |
|
yangdx
|
0c6e80cce9
|
Add finalize_storages to sample code
|
2025-04-21 00:25:13 +08:00 |
|
yangdx
|
e0f0d23e5a
|
Update sample code for OpenAI and OpenAI compatible
|
2025-04-21 00:09:05 +08:00 |
|
yangdx
|
1a7b225e90
|
Fix stream respone error for naive query mode
|
2025-04-21 00:06:15 +08:00 |
|
yangdx
|
99522a088d
|
Fix ollama embedding func ruturn data type bugs
|
2025-04-21 00:01:25 +08:00 |
|
yangdx
|
21f5a3923e
|
Add log support for OpenAI demo
|
2025-04-20 22:03:30 +08:00 |
|
yangdx
|
697401fdc3
|
Change OpenAI demo to asyc
|
2025-04-20 21:39:51 +08:00 |
|
yangdx
|
dd4f92dae2
|
Update README.md
|
2025-04-20 20:33:01 +08:00 |
|
mengchao
|
510a6adfbc
|
Fix linting
|
2025-04-20 19:28:25 +08:00 |
|
mengchao
|
f2f3a2721d
|
Refactor context handling to convert data from CSV to JSON format for improved compatibility with LLM, replacing the list_of_list_to_csv function with list_of_list_to_json
|
2025-04-20 19:24:05 +08:00 |
|
yangdx
|
733e307a8d
|
Merge branch 'stevezhangishero/main'
|
2025-04-20 15:18:36 +08:00 |
|
yangdx
|
cd01ec64d3
|
Add tokenizer to global_config
|
2025-04-20 14:51:11 +08:00 |
|
yangdx
|
39540f3f8b
|
Fix linting
|
2025-04-20 14:33:33 +08:00 |
|
yangdx
|
5f2cd871a8
|
Update sample code and README
|
2025-04-20 14:33:16 +08:00 |
|
yangdx
|
4ae5246a7e
|
Remove summary length check for entity relations
- Summary now determined by num_fragment
|
2025-04-20 12:36:32 +08:00 |
|
yangdx
|
48e49fbe34
|
Merge branch 'drahnreb/add-custom-tokenizer'
|
2025-04-20 12:22:10 +08:00 |
|
yangdx
|
a418b18ed1
|
Fix linting
|
2025-04-20 11:17:51 +08:00 |
|
yangdx
|
da09de1361
|
Merge branch 'patch-1'
|
2025-04-20 07:22:50 +08:00 |
|
yangdx
|
ea1760c0f6
|
Update README
|
2025-04-19 15:59:10 +08:00 |
|
孟超
|
6d486f5813
|
json dumps without ascii
|
2025-04-19 15:28:07 +08:00 |
|
孟超
|
a20d68d865
|
Revise the context format of chunks from CSV to JSON to enhance compatibility with LLM
|
2025-04-19 15:18:33 +08:00 |
|
Enoughappens
|
704ef16ce3
|
fix streaming "list index out of range"
|
2025-04-19 12:57:08 +08:00 |
|
drahnreb
|
de827abcc7
|
prepare rebase
|
2025-04-18 16:32:09 +02:00 |
|
drahnreb
|
9c6b5aefcb
|
fix linting
|
2025-04-18 16:24:43 +02:00 |
|
drahnreb
|
e71f466910
|
fix: take global_config from storage class
|
2025-04-18 16:24:43 +02:00 |
|
drahnreb
|
0f949dd5d7
|
fix truncation with global_config tokenizer
|
2025-04-18 16:24:43 +02:00 |
|
drahnreb
|
0e6771b503
|
add: GemmaTokenizer example
|
2025-04-18 16:24:43 +02:00 |
|
drahnreb
|
20ba1eb9c2
|
add: to optionally replace default tiktoken Tokenizer with a custom one
|
2025-04-18 16:24:43 +02:00 |
|
yangdx
|
4fd40fd798
|
Update webui assets
|
2025-04-18 18:18:17 +08:00 |
|
yangdx
|
07ede43e19
|
Update reload graph data hint message
|
2025-04-18 18:17:47 +08:00 |
|
yangdx
|
c4af6e312a
|
Update webui assets
|
2025-04-18 17:46:27 +08:00 |
|
yangdx
|
300a092132
|
Increase the threshold value of enabling middle content search.
|
2025-04-18 17:46:05 +08:00 |
|