ragflow/rag
Omar Leonardo Sanchez Granados 4f2816c01c
Add support to boto3 default connection (#5246)
### What problem does this PR solve?
 
This pull request includes changes to the initialization logic of the
`ChatModel` and `EmbeddingModel` classes to enhance the handling of AWS
credentials.

Use cases:
- Use env variables for credentials instead of managing them on the DB 
- Easy connection when deploying on an AWS machine

### Type of change

- [X] New Feature (non-breaking change which adds functionality)
2025-02-24 11:01:14 +08:00
..
app Fix docx table issue. (#5117) 2025-02-19 12:40:06 +08:00
llm Add support to boto3 default connection (#5246) 2025-02-24 11:01:14 +08:00
nlp Refine search query. (#5235) 2025-02-21 18:32:32 +08:00
res Format file format from Windows/dos to Unix (#1949) 2024-08-15 09:17:36 +08:00
svr Rebuild graph when it's out of time. (#4607) 2025-01-23 17:26:20 +08:00
utils Fixed similarity on infinity (#5236) 2025-02-21 18:50:54 +08:00
__init__.py Update comments (#4569) 2025-01-21 20:52:28 +08:00
benchmark.py Refactor embedding batch_size (#3825) 2024-12-03 16:22:39 +08:00
raptor.py Fix too many clause while searching. (#5119) 2025-02-19 13:18:39 +08:00
settings.py Tagging (#4426) 2025-01-09 17:07:21 +08:00