ragflow/api
yungongzi eb51ad73d6
Add support for VolcEngine - the current version supports SDK2 (#885)
- The main idea is to assemble **ak**, **sk**, and **ep_id** into a
dictionary and store it in the database **api_key** field
- I don’t know much about the front-end, so I learned from Ollama, which
may be redundant.

### Configuration method

- model name

- Format requirements: {"VolcEngine model name":"endpoint_id"}
    - For example: {"Skylark-pro-32K":"ep-xxxxxxxxx"}
    
- Volcano ACCESS_KEY
- Format requirements: VOLC_ACCESSKEY of the volcano engine
corresponding to the model

- Volcano SECRET_KEY
- Format requirements: VOLC_SECRETKEY of the volcano engine
corresponding to the model
    
### 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] New Feature (non-breaking change which adds functionality)
2024-05-23 11:15:29 +08:00
..
apps Add support for VolcEngine - the current version supports SDK2 (#885) 2024-05-23 11:15:29 +08:00
db Add support for VolcEngine - the current version supports SDK2 (#885) 2024-05-23 11:15:29 +08:00
utils fix too large thumbnail issue (#817) 2024-05-17 14:04:21 +08:00
__init__.py rename web_server to api (#29) 2024-01-17 09:43:27 +08:00
ragflow_server.py optimize srv broker and executor logic (#630) 2024-05-07 11:43:33 +08:00
settings.py feat: add feishu oauth (#815) 2024-05-17 13:47:05 +08:00
versions.py add version (#807) 2024-05-16 16:17:48 +08:00