ragflow/sdk/python/ragflow_sdk/modules
Tuan Le 7353070f49
Adds retrieval result fields to Chunk (#8478)
### What problem does this PR solve?

This PR adds fields to the `Chunk` class to store retrieval results like
similarity scores, term similarity, vector similarity, positions, and
document type. This allows the chunk object to hold all the information
needed when returning search results from the vector database.

### Type of change

- [x] New Feature (non-breaking change which adds functionality)
2025-06-25 16:53:15 +08:00
..
__init__.py Update comments (#4569) 2025-01-21 20:52:28 +08:00
agent.py Feat: add 'delete' for agent's sessions api and unify apis of agent sdk (#5525) 2025-03-03 17:15:16 +08:00
base.py Fix: DataSet.update() now refreshes object data (#8058) 2025-06-05 09:26:19 +08:00
chat.py Fix: chat module update LLM defaults (#8125) 2025-06-09 11:44:02 +08:00
chunk.py Adds retrieval result fields to Chunk (#8478) 2025-06-25 16:53:15 +08:00
dataset.py Fix(python-sdk): Add name filtering support to Dataset.list_documents() (#8090) 2025-06-05 19:04:35 +08:00
document.py Test: add sdk Document test cases (#8094) 2025-06-06 09:47:06 +08:00
session.py Refa: Structure Ask Message (#8276) 2025-06-16 10:17:21 +08:00