Skip to content

ROADMAP 2024 #162

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
21 of 27 tasks
writinwaters opened this issue Mar 28, 2024 · 14 comments
Closed
21 of 27 tasks

ROADMAP 2024 #162

writinwaters opened this issue Mar 28, 2024 · 14 comments
Assignees

Comments

@writinwaters
Copy link
Contributor

writinwaters commented Mar 28, 2024

v0.10.0

v0.9.0

v0.8.0

v0.7.0

v0.6.0


Long-term plan

@writinwaters writinwaters changed the title ROADMAP ROADMAP 2024 Mar 28, 2024
@yingfeng yingfeng pinned this issue Mar 31, 2024
@ptdaxiake
Copy link

                                                 INFO:werkzeug:WARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead.
  • Running on all addresses (0.0.0.0) [00:00<?, ?B/s]
  • Running on http://127.0.0.1:9380
  • Running on http://172.18.0.6:9380
    INFO:werkzeug:Press CTRL+C to quit
    tsr.onnx: 100%|██████████| 12.2M/12.2M [00:01<00:00, 11.3MB/s]
    layout.manual.onnx: 100%|██████████| 12.2M/12.2M [00:01<00:00, 8.83MB/s]
    layout.paper.onnx: 100%|██████████| 12.2M/12.2M [00:01<00:00, 11.6MB/s]]
    layout.onnx: 100%|██████████| 12.2M/12.2M [00:01<00:00, 7.65MB/s]3MB/s]
    Fetching 9 files: 100%|██████████| 9/9 [00:06<00:00, 1.42it/s]s]
    Fetching 9 files: 100%|██████████| 9/9 [00:06<00:00, 1.39it/s]
    INFO:werkzeug:172.18.0.1 - - [07/Apr/2024 11:35:22] "GET / HTTP/1.1" 200 -
    INFO:werkzeug:172.18.0.1 - - [07/Apr/2024 11:35:22] "GET /favicon.ico HTTP/1.1" 200 -
    WARNING:root:Realtime synonym is disabled, since no redis connection.

@Umpire2018
Copy link

Umpire2018 commented Apr 10, 2024

v0.1.0

  • URL support: Capable of web crawling and the corresponding content extration. @KevinHuSh

@KevinHuSh Hi, I wonder what's the current status? Maybe i can collaborate on it. My tech Stack is python backend and i think web crawling is essential for workflow of software development.

@KevinHuSh
Copy link
Collaborator

KevinHuSh commented Apr 11, 2024

v0.1.0

  • URL support: Capable of web crawling and the corresponding content extration. @KevinHuSh

@KevinHuSh Hi, I wonder what's the current status? Maybe i can collaborate on it. My tech Stack is python backend and i think web crawling is essential for workflow of software development.

Crawling web page is big thing in my understanding. We do not have a clear picture for this. Here are two important points to note:
Crawling Task Dispaching
The way to execute JS on the page
Page classification which is related the structure of the data we store
The extraction of the main parts of the page

If you have any good solution to these points, please let me know....

@Umpire2018
Copy link

Umpire2018 commented Apr 11, 2024

Crawling web page is big thing in my understanding. We do not have a clear picture for this. Here are two important points to note: Crawling Task Dispaching The way to execute JS on the page Page classification which is related the structure of the data we store The extraction of the main parts of the page

If you have any good solution to these points, please let me know....

@KevinHuSh Please refer to #315

Maybe i can start with AWS Bedrock models to contribute to the project, then Support x-inference as model provider. Feel free to contact me via here or wx.

@tvvignesh
Copy link

@writinwaters @KevinHuSh Hi. Requesting to look at the issue I created: #345

Maybe fixing these issues would help us adopt ragflow better.

@dashi6174
Copy link
Contributor

Not supporting streaming really affects the user experience. I hope it can be supported soon, as the implementation is not complicated.

@Miki-lin
Copy link

v0.6.0

Whether it can provide users with accurate answers and quick answers, one is subject to accuracy and the other is subject to quick response

@JinHai-CN
Copy link
Contributor

JinHai-CN commented May 10, 2024

v0.6.0

Whether it can provide users with accurate answers and quick answers, one is subject to accuracy and the other is subject to quick response

You can file a new issue, so we can discuss in that issue.

@xs818818
Copy link

xs818818 commented May 11, 2024

Are there any plans to use big language models for knowledge graphs?

@JinHai-CN
Copy link
Contributor

Are there any plans to use big language models for knowledge graphs?

We've been thinking about this for a while, but haven't figured out how to implement it in RAGFlow. If you have any good issues, feel free to create a new issue and we'll discuss it!

KevinHuSh added a commit that referenced this issue May 11, 2024
### What problem does this PR solve?

Let file in knowledgebases visible in file manager.
#162 

### Type of change

- [x] New Feature (non-breaking change which adds functionality)
@AAlexDing
Copy link
Contributor

Can it automatically continue when it says 'Due to length...' ? The current handling of length issues feels very rudimentary.

shaoyie pushed a commit to tiwater/ragflow that referenced this issue May 17, 2024
### What problem does this PR solve?

Let file in knowledgebases visible in file manager.
infiniflow#162 

### Type of change

- [x] New Feature (non-breaking change which adds functionality)
shaoyie pushed a commit to tiwater/ragflow that referenced this issue May 17, 2024
### What problem does this PR solve?

Let file in knowledgebases visible in file manager.
infiniflow#162 

### Type of change

- [x] New Feature (non-breaking change which adds functionality)
@JinHai-CN
Copy link
Contributor

JinHai-CN commented May 20, 2024

Postpone feature request of reranker configuration to 0.7.0.

cike8899 added a commit to cike8899/ragflow that referenced this issue May 29, 2024
KevinHuSh pushed a commit that referenced this issue May 29, 2024
### What problem does this PR solve?

Vector similarity weight is displayed incorrectly #965
feat: add rerank models to the project #724 #162
### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)
@KevinHuSh KevinHuSh mentioned this issue May 29, 2024
1 task
KevinHuSh added a commit that referenced this issue May 29, 2024
### What problem does this PR solve?

feat: add rerank models to the project #724 #162

### Type of change

- [x] New Feature (non-breaking change which adds functionality)
KevinHuSh added a commit that referenced this issue May 29, 2024
### What problem does this PR solve?

#724 #162

### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)
- [x] New Feature (non-breaking change which adds functionality)
KevinHuSh pushed a commit that referenced this issue Jul 31, 2024
### What problem does this PR solve?
feat: Add ForceGraph
feat: Classify nodes based on edge relationships #162 

### Type of change


- [x] New Feature (non-breaking change which adds functionality)
cike8899 added a commit to cike8899/ragflow that referenced this issue Jul 31, 2024
cike8899 added a commit to cike8899/ragflow that referenced this issue Aug 2, 2024
KevinHuSh pushed a commit that referenced this issue Aug 2, 2024
### What problem does this PR solve?
feat: Hide KnowledgeGraphModal #162

### Type of change


- [x] New Feature (non-breaking change which adds functionality)
cike8899 added a commit to cike8899/ragflow that referenced this issue Aug 2, 2024
KevinHuSh pushed a commit that referenced this issue Aug 2, 2024
### What problem does this PR solve?

feat: Add IndentedTree #162

### Type of change


- [x] New Feature (non-breaking change which adds functionality)
cike8899 added a commit to cike8899/ragflow that referenced this issue Aug 2, 2024
KevinHuSh pushed a commit that referenced this issue Aug 2, 2024
…returned by the interface is empty #162 (#1795)

…returned by the interface is empty #162

### What problem does this PR solve?

feat: Fixed the issue where the page reports an error when the graph
returned by the interface is empty #162

### Type of change


- [x] New Feature (non-breaking change which adds functionality)
cike8899 added a commit to cike8899/ragflow that referenced this issue Aug 5, 2024
KevinHuSh pushed a commit that referenced this issue Aug 5, 2024
### What problem does this PR solve?

feat: Translate ForceGraph #162

### Type of change


- [x] New Feature (non-breaking change which adds functionality)
@infiniflow infiniflow locked as too heated and limited conversation to collaborators Aug 6, 2024
@infiniflow infiniflow unlocked this conversation Aug 6, 2024
@yingfeng yingfeng closed this as completed Aug 6, 2024
@yingfeng yingfeng unpinned this issue Aug 6, 2024
@wukimidaire
Copy link

v0.1.0

  • URL support: Capable of web crawling and the corresponding content extration. @KevinHuSh

@KevinHuSh Hi, I wonder what's the current status? Maybe i can collaborate on it. My tech Stack is python backend and i think web crawling is essential for workflow of software development.

Crawling web page is big thing in my understanding. We do not have a clear picture for this. Here are two important points to note: Crawling Task Dispaching The way to execute JS on the page Page classification which is related the structure of the data we store The extraction of the main parts of the page

If you have any good solution to these points, please let me know....

There is already an existing service that does this job pretty well, could be interesting to look into this for crawling website content: https://www.firecrawl.dev/

@JinHai-CN
Copy link
Contributor

v0.1.0

  • URL support: Capable of web crawling and the corresponding content extration. @KevinHuSh

@KevinHuSh Hi, I wonder what's the current status? Maybe i can collaborate on it. My tech Stack is python backend and i think web crawling is essential for workflow of software development.

Crawling web page is big thing in my understanding. We do not have a clear picture for this. Here are two important points to note: Crawling Task Dispaching The way to execute JS on the page Page classification which is related the structure of the data we store The extraction of the main parts of the page
If you have any good solution to these points, please let me know....

There is already an existing service that does this job pretty well, could be interesting to look into this for crawling website content: https://www.firecrawl.dev/

We will look into this website.

Halfknow pushed a commit to Halfknow/ragflow that referenced this issue Nov 11, 2024
…niflow#1755)

### What problem does this PR solve?
feat: Add ForceGraph
feat: Classify nodes based on edge relationships infiniflow#162 

### Type of change


- [x] New Feature (non-breaking change which adds functionality)
Halfknow pushed a commit to Halfknow/ragflow that referenced this issue Nov 11, 2024
…1758)

### What problem does this PR solve?

feat: Increase the distance between nodes infiniflow#162

### Type of change


- [x] New Feature (non-breaking change which adds functionality)
Halfknow pushed a commit to Halfknow/ragflow that referenced this issue Nov 11, 2024
### What problem does this PR solve?

feat: Add KnowledgeGraphModal infiniflow#162

### Type of change


- [x] New Feature (non-breaking change which adds functionality)
Halfknow pushed a commit to Halfknow/ragflow that referenced this issue Nov 11, 2024
### What problem does this PR solve?

feat: alter style of ForceGraph infiniflow#162
### Type of change


- [x] New Feature (non-breaking change which adds functionality)
Halfknow pushed a commit to Halfknow/ragflow that referenced this issue Nov 11, 2024
### What problem does this PR solve?
feat: Add EntityTypesForm infiniflow#162

### Type of change


- [x] New Feature (non-breaking change which adds functionality)
Halfknow pushed a commit to Halfknow/ragflow that referenced this issue Nov 11, 2024
### What problem does this PR solve?
feat: Hide KnowledgeGraphModal infiniflow#162

### Type of change


- [x] New Feature (non-breaking change which adds functionality)
Halfknow pushed a commit to Halfknow/ragflow that referenced this issue Nov 11, 2024
### What problem does this PR solve?

feat: Add IndentedTree infiniflow#162

### Type of change


- [x] New Feature (non-breaking change which adds functionality)
Halfknow pushed a commit to Halfknow/ragflow that referenced this issue Nov 11, 2024
…returned by the interface is empty infiniflow#162 (infiniflow#1795)

…returned by the interface is empty infiniflow#162

### What problem does this PR solve?

feat: Fixed the issue where the page reports an error when the graph
returned by the interface is empty infiniflow#162

### Type of change


- [x] New Feature (non-breaking change which adds functionality)
Halfknow pushed a commit to Halfknow/ragflow that referenced this issue Nov 11, 2024
### What problem does this PR solve?

feat: Translate ForceGraph infiniflow#162

### Type of change


- [x] New Feature (non-breaking change which adds functionality)
Halfknow pushed a commit to Halfknow/ragflow that referenced this issue Nov 13, 2024
…nfiniflow#966)

### What problem does this PR solve?

Vector similarity weight is displayed incorrectly infiniflow#965
feat: add rerank models to the project infiniflow#724 infiniflow#162
### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)
Halfknow pushed a commit to Halfknow/ragflow that referenced this issue Nov 13, 2024
### What problem does this PR solve?

feat: add rerank models to the project infiniflow#724 infiniflow#162

### Type of change

- [x] New Feature (non-breaking change which adds functionality)
Halfknow pushed a commit to Halfknow/ragflow that referenced this issue Nov 13, 2024
### What problem does this PR solve?

infiniflow#724 infiniflow#162

### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)
- [x] New Feature (non-breaking change which adds functionality)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

13 participants