ragflow
ragflow copied to clipboard
A few updates
What problem does this PR solve?
- Agent
- Modifications
- Google Component
- Added Google Search Provider.
- SerpApi: https://serpapi.com/
- GoogleCustomSearch: https://developers.google.com/custom-search/v1/overview
- OpenSearch: Seft code
- Form allow search, instead of scroll to search.
- Added Google Search Provider.
- Wikipedia Component
- Form allow search, instead of scroll to search.
- Rewrite Component
- Form allow search, instead of scroll to search.
- Google Component
- Fixed BUG + DynamicVariablesForm fixed import type interface
- New Additions
- Added Variables: Extracts information, used throughout the conversation process, or combined with Invoke to link to external services.
- Modifications
- Api
- New Additions
- OpenAI compatibility with Agent
- New Additions
- Docs
- OpenAI Compatibility
- Modifications chat completion
- Create agent completion
- Variables component
- OpenAI Compatibility
- Install Lib
- googlesearch-python==1.3.0: Using in Component Agent Google 's provider OpenSearch
Type of change
- [x] Bug Fix (non-breaking change which fixes an issue)
- [x] New Feature (non-breaking change which adds functionality)
- [x] Documentation Update
- [x] Refactoring
Appreciations!
As long as you changed pyproject.toml, you need to add the coresponding uv.lock at the same time.
Via
uv lock
Ah. I removed it from the original main branch on my force. And it is initialized during the server start process https://github.com/isthaison/ragflow/blob/main/docker/entrypoint.sh#L15. I'm building. I build and run debug on Windows. Okay I'll add it again
Hi @KevinHuSh , Is this merge request possible?