mirror of
https://github.com/tencentmusic/supersonic.git
synced 2025-12-10 19:51:00 +00:00
* 1.refactor the retrieval module. 2.refactor the http service module. 3.upgrade text2sql output format the parse for absolute time related expression in query. * fix bug. * upgrade the config module, now support config llm suppoted by langchain. * fix conflicts. * update text2sql config reload to be compitable with new config format. * modify default config. * 1.add self-consistency feature for text2sql. 2.upgrade llm api call from sync to async. 3.refactor text2sql module. 4. refactor semantical retriever modules. * merege with upstream master * add general retrieve service. * add api service for sql_agent for crud opereations of few-shots examples. * modify requirements * add auto-cot feature --------- Co-authored-by: shaoweigong <shaoweigong@tencent.com>
9 lines
152 B
Plaintext
9 lines
152 B
Plaintext
langchain==0.0.207
|
|
openai==0.27.4
|
|
fastapi==0.95.1
|
|
chromadb==0.3.26
|
|
tiktoken==0.3.3
|
|
uvicorn[standard]==0.21.1
|
|
pandas==1.5.3
|
|
loguru==0.7.2
|
|
sqlglot==19.5.1 |