ragflow/rag/llm
Omar Leonardo Sanchez Granados 34761fa4ca
Fix/bedrock issues (#2718)
### What problem does this PR solve?

Adding a Bedrock API key for Claude Sonnet was broken. I find the issue
came up when trying to test the LLM configuration, the system is a
required parameter in boto3.

As well, there were problems in Bedrock implementation for embeddings
when trying to encode queries.

### Type of change

- [X] Bug Fix (non-breaking change which fixes an issue)
2024-10-05 16:44:50 +08:00
..
__init__.py add huggingface model (#2624) 2024-09-27 19:15:38 +08:00
chat_model.py Fix/bedrock issues (#2718) 2024-10-05 16:44:50 +08:00
cv_model.py refine xinference (#2521) 2024-09-20 18:37:01 +08:00
embedding_model.py Fix/bedrock issues (#2718) 2024-10-05 16:44:50 +08:00
rerank_model.py Fix: renrank_model and pdf_parser bugs | Update: session API (#2601) 2024-09-26 16:05:25 +08:00
rpc_server.py Format file format from Windows/dos to Unix (#1949) 2024-08-15 09:17:36 +08:00
sequence2txt_model.py refine xinference (#2521) 2024-09-20 18:37:01 +08:00
tts_model.py SparkTTS (#2535) 2024-09-24 12:15:12 +08:00