ragflow icon indicating copy to clipboard operation
ragflow copied to clipboard

A few updates

Open isthaison opened this issue 10 months ago • 2 comments

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.
      • Wikipedia Component
        • Form allow search, instead of scroll to search.
      • Rewrite Component
        • Form allow search, instead of scroll to search.
    • 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.
  • Api
    • New Additions
      • OpenAI compatibility with Agent
  • Docs
    • OpenAI Compatibility
      • Modifications chat completion
      • Create agent completion
      • Variables component
  • 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

isthaison avatar Mar 06 '25 02:03 isthaison

Appreciations! As long as you changed pyproject.toml, you need to add the coresponding uv.lock at the same time. Via

uv lock

KevinHuSh avatar Mar 06 '25 02:03 KevinHuSh

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

isthaison avatar Mar 06 '25 02:03 isthaison

Hi @KevinHuSh , Is this merge request possible?

isthaison avatar Mar 18 '25 12:03 isthaison