Commit Graph

196 Commits

Author SHA1 Message Date
1b01c4fe69 Updated badge link (#545)
### What problem does this PR solve?

_Briefly describe what this PR aims to solve. Include background context
that will help reviewers understand the purpose of the PR._

### Type of change

- [x] Documentation Update
2024-04-25 19:34:21 +08:00
188f3ddfc5 Update version to v0.3.1 (#544)
### What problem does this PR solve?

Update version to v0.3.1

### Type of change

- [x] Documentation Update

Signed-off-by: Jin Hai <haijin.chn@gmail.com>
2024-04-25 19:18:04 +08:00
4130e5c5e5 Updated badge (#540)
### What problem does this PR solve?

_Briefly describe what this PR aims to solve. Include background context
that will help reviewers understand the purpose of the PR._

### Type of change

- [x] Documentation Updates
2024-04-25 15:08:57 +08:00
d0af2f92f2 Added release badge (#538)
### What problem does this PR solve?

_Briefly describe what this PR aims to solve. Include background context
that will help reviewers understand the purpose of the PR._

### Type of change

- [x] Documentation Update
2024-04-25 14:31:54 +08:00
aeabc0c9a4 Add disk requirements on the README (#535)
### What problem does this PR solve?

Add disk requirements on the README

### Type of change

- [x] Documentation Update

Signed-off-by: Jin Hai <haijin.chn@gmail.com>
2024-04-25 14:00:48 +08:00
b06d6395bb Updated minimum RAM capacity (#528)
### What problem does this PR solve?


### Type of change

- [x] Documentation Update
2024-04-24 19:22:00 +08:00
fe51488973 editorial updates (#525)
### What problem does this PR solve?


### Type of change

- [x] Documentation Update
2024-04-24 17:04:23 +08:00
dee6299ddf Update format (#467)
### What problem does this PR solve?

Update README format

### Type of change

- [x] Documentation Update

Signed-off-by: Jin Hai <haijin.chn@gmail.com>
2024-04-19 20:13:39 +08:00
101df2b470 Refine conversaion docs (#465)
### What problem does this PR solve?

### Type of change

- [x] Documentation Update
2024-04-19 19:15:00 +08:00
7da3f88e54 refine docs for chat bot api. (#463)
### What problem does this PR solve?

### Type of change

- [x] Documentation Update
2024-04-19 19:05:15 +08:00
7e41b4bc94 change readme for 0.3.0 release (#459)
### What problem does this PR solve?


### Type of change

- [x] Documentation Update
2024-04-19 18:19:15 +08:00
ed6081845a Fit a lot of encodings for text file. (#458)
### What problem does this PR solve?

#384

### Type of change

- [x] Performance Improvement
2024-04-19 18:02:53 +08:00
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>
2024-04-16 19:23:09 +08:00
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
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
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
ec76585777 Updated FAQ plus miscellaneous updates. (#364)
### What problem does this PR solve?

### Type of change

- [x] Documentation Update
2024-04-15 17:01:18 +08:00
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
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
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
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
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
cd254b6bdd Refine Ollama docs (#267)
### What problem does this PR solve?

Issue link:#221

### Type of change
- [x] Documentation Update
2024-04-09 09:04:44 +08:00
b6887a20f8 Support new feature about Ollama (#262)
### What problem does this PR solve?

Issue link:#221

### Type of change

- [x] New Feature (non-breaking change which adds functionality)
2024-04-08 19:59:31 +08:00
3708b97db9 Support Ollama (#261)
### What problem does this PR solve?

Issue link:#221

### Type of change

- [x] New Feature (non-breaking change which adds functionality)
2024-04-08 19:20:57 +08:00
bb96180e77 Add more information on vm map count setting (#241)
### What problem does this PR solve?

_Briefly describe what this PR aims to solve. Include background context
that will help reviewers understand the purpose of the PR._

Issue link:#[[Link the issue
here](https://github.com/infiniflow/ragflow/issues/236)]

### Type of change

- [x] Documentation Update
2024-04-07 09:41:53 +08:00
b4abbe5d93 docs: fix a bash command (#235)
### What problem does this PR solve?

use `docker compose up -f docker-compose-CN.yml -d`
will cause

![图片](https://github.com/infiniflow/ragflow/assets/106524776/1414f537-fe5b-42b0-8b01-c0c75fe6020d)
update to `docker compose -f docker-compose-CN.yaml up -d`


### Type of change

- [x] Documentation Update
2024-04-06 19:43:14 +08:00
e439d09594 Fix broken link of discord invitation (#230)
### What problem does this PR solve?

Fix broken link of discord invitation

Issue link:#227

### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)
- [x] Documentation Update
2024-04-04 17:21:04 +08:00
f2f021bfd1 docs: Add Japanese README (#224)
### What problem does this PR solve?

I created Japanese translated README.

### Type of change

- [x] Documentation Update
2024-04-04 09:26:39 +08:00
aae84f6c64 doc: fix typo (#216)
### What problem does this PR solve?


### Type of change


- [x] Documentation Update
2024-04-03 14:32:51 +08:00
7a36d25687 for issue https://github.com/infiniflow/ragflow/issues/190 (#192)
### What problem does this PR solve?

_Briefly describe what this PR aims to solve. Include background context
that will help reviewers understand the purpose of the PR._

Issue link:#[[Link the issue
here](https://github.com/infiniflow/ragflow/issues/190)]

### 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-01 20:28:43 +08:00
4d144da4cd Update README_zh.md 2024-04-01 14:01:21 +08:00
37771e6f97 Update README_zh (#187) 2024-04-01 13:51:41 +08:00
a23a07bb1f Update README_zh.md 2024-04-01 12:45:21 +08:00
6aa8208401 Update README and github template (#186) 2024-04-01 11:31:38 +08:00
04ab044ca8 Update README_zh.md 2024-04-01 11:13:38 +08:00
286b1421cf feat: add logo-with-text.png (#184)
* feat: alter "RagFlow" to "RAGFlow"

* feat: move logo style to style tag

* feat: add logo-with-text.png

* feat: hide TranslationIcon
2024-04-01 10:54:11 +08:00
2772af1b61 Update README_zh.md 2024-04-01 10:40:07 +08:00
9b578e6fc2 Update README_zh.md 2024-04-01 10:28:32 +08:00
7887f932fa Update README_zh.md 2024-04-01 10:26:45 +08:00
343b534311 Update README_zh.md 2024-04-01 10:24:35 +08:00
905155a687 Update README_zh.md 2024-04-01 08:31:45 +08:00
dc4d45e900 Update README_zh.md 2024-03-31 23:12:25 +08:00
2d6d08eed5 Update README_zh.md 2024-03-31 23:11:06 +08:00
72ce399cf5 Update README_zh.md (#183) 2024-03-31 23:08:41 +08:00
39269d2f79 add dockerfile and fix trival bugs (#78) 2024-02-28 15:01:12 +08:00