DB-GPT/dbgpt/rag/knowledge
2024-11-21 20:34:57 +08:00
..
tests feat(ChatKnowledge):pdf loader support table extraction (#2147) 2024-11-21 20:34:57 +08:00
__init__.py feat(ChatKnowledge): Support Financial Report Analysis (#1702) 2024-07-26 13:40:54 +08:00
base.py feat(ChatKnowledge): Support Financial Report Analysis (#1702) 2024-07-26 13:40:54 +08:00
csv.py feat(RAG):add metadata properties filters (#1395) 2024-04-10 14:33:24 +08:00
datasource.py FIX:1598 Use PageTextSplitter for DatasourceKnowledge (#1599) 2024-06-06 13:45:50 +08:00
docx.py feat(model): Passing stop parameter to proxyllm (#2077) 2024-10-18 14:02:53 +08:00
excel.py [Feature] ChatKnowledge Support Excel Document (#1524) 2024-05-16 16:23:51 +08:00
factory.py [Feature] ChatKnowledge Support Excel Document (#1524) 2024-05-16 16:23:51 +08:00
html.py feat(RAG):add metadata properties filters (#1395) 2024-04-10 14:33:24 +08:00
json.py chore: Add pylint for DB-GPT rag lib (#1267) 2024-03-07 23:27:43 +08:00
markdown.py feat(RAG):add metadata properties filters (#1395) 2024-04-10 14:33:24 +08:00
pdf.py feat(ChatKnowledge):pdf loader support table extraction (#2147) 2024-11-21 20:34:57 +08:00
pptx.py feat(RAG):add metadata properties filters (#1395) 2024-04-10 14:33:24 +08:00
string.py feat(RAG):add metadata properties filters (#1395) 2024-04-10 14:33:24 +08:00
txt.py feat(RAG):add metadata properties filters (#1395) 2024-04-10 14:33:24 +08:00
url.py fix(model): Stream object can't use await (#1719) 2024-07-16 17:38:38 +08:00