Bing Han
ac574af60a
Add env to expose minio port to the host ( #426 )
...
### What problem does this PR solve?
The docker-compose file can't config minio related port by .env file. So
I just add env `MINIO_CONSOLE_PORT=9001
MINIO_PORT=9000` to .env file.
### Type of change
- [x] Refactoring
2024-04-18 15:45:09 +08:00
KevinHuSh
0499a3f621
rm page number exception for pdf parser ( #424 )
...
### What problem does this PR solve?
#423
### Type of change
- [x] Bug Fix (non-breaking change which fixes an issue)
2024-04-18 12:09:56 +08:00
KevinHuSh
453c29170f
make sure the models will not be load twice ( #422 )
...
### What problem does this PR solve?
#381
### Type of change
- [x] Refactoring
2024-04-18 09:37:23 +08:00
YC
e8570da856
Update table.py to convert clmns to string ( #414 )
...
### What problem does this PR solve?
### Type of change
- [x] Bug Fix (non-breaking change which fixes an issue)
2024-04-17 19:48:11 +08:00
Jin Hai
dd7559a009
Update PR template ( #415 )
...
### What problem does this PR solve?
Update PR template
### Type of change
- [x] Documentation Update
Signed-off-by: Jin Hai <haijin.chn@gmail.com>
2024-04-17 16:43:08 +08:00
writinwaters
3719ff7299
Added some debugging FAQs ( #413 )
...
### What problem does this PR solve?
### Type of change
- [x] Documentation Update
2024-04-17 16:32:36 +08:00
KevinHuSh
800b5c7aaa
fix bulk error for table method ( #407 )
...
### What problem does this PR solve?
Issue link:#366
### Type of change
- [x] Bug Fix (non-breaking change which fixes an issue)
2024-04-17 12:17:14 +08:00
ysyx2008
f12f30bb7b
Add automation scripts to support displaying environment information such as RAGFlow repository version, operating system, Python version, etc. in a Linux environment for users to report issues. ( #396 )
...
### What problem does this PR solve?
Add automation scripts to support displaying environment information
such as RAGFlow repository version, operating system, Python version,
etc. in a Linux environment for users to report issues.
### Type of change
- [x] New Feature (non-breaking change which adds functionality)
2024-04-17 11:54:06 +08:00
balibabu
30846c83b2
feat: modify the description of qa ( #406 )
...
### What problem does this PR solve?
feat: modify the description of qa
Issue link: #405
### Type of change
- [x] Bug Fix (non-breaking change which fixes an issue)
2024-04-17 11:51:01 +08:00
writinwaters
2afe7a74b3
Added FAQs ( #395 )
...
### What problem does this PR solve?
### Type of change
- [x] Documentation Update
2024-04-16 19:51:20 +08:00
KevinHuSh
d4e0bfc8a5
fix gb2312 encoding issue ( #394 )
...
### What problem does this PR solve?
Issue link:#384
### Type of change
- [x] Bug Fix (non-breaking change which fixes an issue)
2024-04-16 19:45:14 +08:00
Jin Hai
044daff668
Fix document bug ( #393 )
...
### What problem does this PR solve?
As title
### Type of change
- [x] Documentation Update
Signed-off-by: Jin Hai <haijin.chn@gmail.com>
v0.2.0
2024-04-16 19:23:09 +08:00
KevinHuSh
03f8b01b3b
fix bug for fasetembed ( #392 )
...
### What problem does this PR solve?
Issue link:#325
### Type of change
- [x] Bug Fix (non-breaking change which fixes an issue)
2024-04-16 19:12:12 +08:00
balibabu
ad6f0a1ce5
feat: add overview ( #391 )
...
### What problem does this PR solve?
feat: render stats charts
feat: create api token
feat: delete api token
feat: add ChatApiKeyModal
feat: add RagLineChart
Issue link: #345
### Type of change
- [x] New Feature (non-breaking change which adds functionality)
2024-04-16 19:06:47 +08:00
KevinHuSh
b3843138f4
change version number in readme ( #390 )
...
### What problem does this PR solve?
### Type of change
- [x] Documentation Update
2024-04-16 19:04:29 +08:00
ooo oo
e0bdcbbeba
fix: revert #359 ( #388 )
...
### What problem does this PR solve?

revert #359
Issue link:#359
### Type of change
- [x] Bug Fix (non-breaking change which fixes an issue)
2024-04-16 18:55:51 +08:00
writinwaters
582340a184
Added FAQ why document parsing gets stuck ( #385 )
...
### What problem does this PR solve?
### Type of change
- [x] Documentation Update
2024-04-16 16:55:44 +08:00
KevinHuSh
890561703b
Add bce-embedding and fastembed ( #383 )
...
### What problem does this PR solve?
Issue link:#326
### Type of change
- [x] New Feature (non-breaking change which adds functionality)
2024-04-16 16:42:19 +08:00
jie yang
a7be5d4e8b
build ragflow image from scratch ( #376 )
...
### What problem does this PR solve?
issue: #205
### Type of change
- [x] New Feature (non-breaking change which adds functionality)
2024-04-16 12:29:58 +08:00
KevinHuSh
c344486aa0
enlarge max file number per user limit ( #373 )
...
### What problem does this PR solve?
Issue link:#370
### Type of change
- [x] Refactoring
2024-04-16 10:00:52 +08:00
ooo oo
111501af5e
make <xxxx>
visiable ( #369 )
...
### What problem does this PR solve?

make `<xxxx>` visiable
it was misinterpreted as part of the HTML tags

Issue link:None
### Type of change
- [ ] Bug Fix (non-breaking change which fixes an issue)
- [ ] New Feature (non-breaking change which adds functionality)
- [ ] Breaking Change (fix or feature that could cause existing
functionality not to work as expected)
- [x] Documentation Update
- [ ] Refactoring
- [ ] Performance Improvement
- [ ] Test cases
- [ ] Python SDK impacted, Need to update PyPI
- [ ] Other (please describe):
2024-04-16 09:47:57 +08:00
KevinHuSh
9e75bd4d88
change version number ( #368 )
...
### What problem does this PR solve?
Issue link: for release v0.1.0
### Type of change
- [x] Documentation Update
- [x] Refactoring
2024-04-15 19:51:18 +08:00
writinwaters
ec76585777
Updated FAQ plus miscellaneous updates. ( #364 )
...
### What problem does this PR solve?
### Type of change
- [x] Documentation Update
v0.1.0
2024-04-15 17:01:18 +08:00
Anush
826ad6a33a
feat: FastEmbed embedding support ( #291 )
...
### Description
Following up on https://github.com/infiniflow/ragflow/pull/275 , this PR
adds support for FastEmbed model configurations.
The options are not exhaustive. You can find the full list
[here](https://qdrant.github.io/fastembed/examples/Supported_Models/ ).
P.S. I ran into OOM issues when building the image.
### Type of change
- [x] New Feature (non-breaking change which adds functionality)
---------
Co-authored-by: KevinHuSh <kevinhu.sh@gmail.com>
2024-04-15 15:58:06 +08:00
ooo oo
e5a5b820a8
update HF_ENDPOINT in docker-compose.yml ( #359 )
...
### What problem does this PR solve?
update HF_ENDPOINT in docker-compose.yml
Issue link:#350
### Type of change
- [x] Bug Fix (non-breaking change which fixes an issue)
2024-04-15 14:45:12 +08:00
KevinHuSh
c39b751600
conversation API backend update ( #360 )
...
### What problem does this PR solve?
Issue link:#345
### Type of change
- [x] New Feature (non-breaking change which adds functionality)
2024-04-15 14:43:44 +08:00
KevinHuSh
5c62b993f2
refactor ( #358 )
...
### What problem does this PR solve?
Issue link:#350
### Type of change
- [x] Refactoring
2024-04-15 12:31:34 +08:00
ooo oo
446195fa81
remove version top-level element in the compose.yml file ( #349 )
...
### What problem does this PR solve?

- remove version top-level element in the compose.yml file
when use command `docker compose -f docker-compose-CN.yml up -d` ,it
will waring,[maybe it appear after
v25,5](https://github.com/mailcow/mailcow-dockerized/issues/5797#issuecomment-2011349228 )

ref to
https://docs.docker.com/compose/intro/history/#docker-compose-cli-versioning
> Version one of the Docker Compose command-line binary was first
released in 2014. It was written in Python, and is invoked with
docker-compose. Typically, Compose V1 projects include a top-level
version element in the compose.yml file, with values ranging from 2.0 to
3.8, which refer to the specific [file
formats](https://docs.docker.com/compose/intro/history/#compose-file-format-versioning ).
> Version two of the Docker Compose command-line binary was announced in
2020, is written in Go, and is invoked with docker compose. Compose V2
ignores the version top-level element in the compose.yml file.
Also in `README.MD` show `Docker >= 24.0.0 & Docker Compose >= v2.26.1`.
so i want to remove the version.
### Type of change
- [x] Other (please describe):
remove warning
2024-04-15 12:08:38 +08:00
Yingfeng
10cdd72526
Fix broken discord link ( #356 )
...
### What problem does this PR solve?
Fix broken discord link
### Type of change
- [x] Bug Fix (non-breaking change which fixes an issue)
- [x] Documentation Update
2024-04-15 10:51:32 +08:00
KevinHuSh
84d7a006dd
add hf_endpoint as env variable ( #353 )
...
### What problem does this PR solve?
Issue link:#350
### Type of change
- [x] Refactoring
2024-04-15 09:11:21 +08:00
KevinHuSh
4608cccd05
add new model gpt-3-turbo ( #352 )
...
### What problem does this PR solve?
Issue link:#351
### Type of change
- [x] New Feature (non-breaking change which adds functionality)
2024-04-15 08:58:42 +08:00
wenzhuo zhan
d0ff779d3f
issue 341_Update __init__.py ( #344 )
...
### What problem does this PR solve?
Issue link:#341
### Type of change
- [x] Bug Fix (non-breaking change which fixes an issue)
2024-04-13 12:01:21 +08:00
writinwaters
2950eb69ab
Updated README and FAQ ( #343 )
...
### What problem does this PR solve?
Issue link:#[Link the issue here]
### Type of change
- [x] Documentation Update
2024-04-12 19:55:50 +08:00
KevinHuSh
bc6828c45f
add quota config in dialog conf ( #339 )
...
### What problem does this PR solve?
Issue link:#337
### Type of change
- [x] New Feature (non-breaking change which adds functionality)
2024-04-12 14:58:03 +08:00
balibabu
73285d9d07
feat: add quote item to PromptEngine ( #338 )
...
### What problem does this PR solve?
Show original text source in conversation messages
Issue link: #337
### Type of change
- [x] New Feature (non-breaking change which adds functionality)
2024-04-12 14:45:14 +08:00
balibabu
f173fe6e47
feat: Support Traditional Chinese ( #336 )
...
### What problem does this PR solve?
Support Traditional Chinese
Issue link: #335
### Type of change
- [x] New Feature (non-breaking change which adds functionality)
2024-04-12 11:41:00 +08:00
KevinHuSh
e20207101a
fix wrong log printting ( #330 )
...
### What problem does this PR solve?
Issue link:#325
### Type of change
- [x] Bug Fix (non-breaking change which fixes an issue)
2024-04-12 09:08:08 +08:00
KevinHuSh
0e8931bc7a
Refine doc for Xinference ( #322 )
...
### What problem does this PR solve?
Issue link:#229
### Type of change
- [x] Documentation Update
2024-04-11 18:30:07 +08:00
KevinHuSh
8ffc09cb5c
Support Xinference ( #321 )
...
### What problem does this PR solve?
Issue link:#299
### Type of change
- [x] New Feature (non-breaking change which adds functionality)
2024-04-11 18:25:37 +08:00
KevinHuSh
91068edf16
Support Xinference ( #320 )
...
### What problem does this PR solve?
Issue link:#299
### Type of change
- [x] New Feature (non-breaking change which adds functionality)
2024-04-11 18:22:25 +08:00
balibabu
cb2cbf500c
feat: support Xinference ( #319 )
...
### What problem does this PR solve?
support xorbitsai inference as model provider
Issue link:#299
### Type of change
- [x] New Feature (non-breaking change which adds functionality)
2024-04-11 18:17:45 +08:00
KevinHuSh
4fa768e733
fix bug #314 ( #317 )
...
### What problem does this PR solve?
Issue link:#314
### Type of change
- [x] Bug Fix (non-breaking change which fixes an issue)
2024-04-11 16:25:28 +08:00
KevinHuSh
f6c7204002
refine log format ( #312 )
...
### What problem does this PR solve?
Issue link:#264
### Type of change
- [x] Documentation Update
- [x] Refactoring
2024-04-11 10:13:43 +08:00
Jin Hai
0b2808f990
Update default language to English ( #309 )
...
### What problem does this PR solve?
Update default language to English
### Type of change
- [x] Refactoring
Signed-off-by: Jin Hai <haijin.chn@gmail.com>
2024-04-11 08:17:15 +08:00
balibabu
ecb7a46a3a
feat: replace dataset icon ( #307 )
...
### What problem does this PR solve?
replace dataset icon
Issue link: #306
### Type of change
- [x] Bug Fix (non-breaking change which fixes an issue)
2024-04-11 08:16:34 +08:00
balibabu
533ac3b534
feat: add batch operations for document list ( #302 )
...
### What problem does this PR solve?
document list needs to be batch operated
Issue link: #301
### Type of change
- [x] New Feature (non-breaking change which adds functionality)
2024-04-10 17:17:41 +08:00
carson-hold
1ff5d9d55b
Modify error time ( #300 )
...
### What problem does this PR solve?
Date error
### Type of change
- [*] Bug Fix (non-breaking change which fixes an issue)
- [*] Documentation Update
2024-04-10 17:17:24 +08:00
KevinHuSh
24c15daaed
fix es exception ( #298 )
...
### What problem does this PR solve?
Issue link:#295
### Type of change
- [x] Bug Fix (non-breaking change which fixes an issue)
2024-04-10 16:00:48 +08:00
KevinHuSh
a0a480b708
continue add layout model for 'laws' ( #292 )
...
### What problem does this PR solve?
Issue link:#289
### Type of change
- [x] New Feature (non-breaking change which adds functionality)
2024-04-10 14:06:36 +08:00
KevinHuSh
243de6ac90
add a new model for 'Laws' ( #290 )
...
### What problem does this PR solve?
Issue link:#289
### Type of change
- [x] New Feature (non-breaking change which adds functionality)
2024-04-10 11:59:00 +08:00