mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-09-04 18:40:10 +00:00
feat: define framework and split api
add cache for llm add openapi module add proxy module
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
from pilot.source_embedding.csv_embedding import CSVEmbedding
|
||||
from pilot.embedding_engine.csv_embedding import CSVEmbedding
|
||||
|
||||
# path = "/Users/chenketing/Downloads/share_ireserve双写数据异常2.xlsx"
|
||||
path = "xx.csv"
|
||||
|
@@ -1,4 +1,4 @@
|
||||
from pilot.source_embedding.pdf_embedding import PDFEmbedding
|
||||
from pilot.embedding_engine.pdf_embedding import PDFEmbedding
|
||||
|
||||
path = "xxx.pdf"
|
||||
path = "your_path/OceanBase-数据库-V4.1.0-应用开发.pdf"
|
||||
|
@@ -1,4 +1,4 @@
|
||||
from pilot.source_embedding.url_embedding import URLEmbedding
|
||||
from pilot.embedding_engine.url_embedding import URLEmbedding
|
||||
|
||||
path = "https://www.understandingwar.org/backgrounder/russian-offensive-campaign-assessment-february-8-2023"
|
||||
model_name = "your_path/all-MiniLM-L6-v2"
|
||||
|
Reference in New Issue
Block a user