DB-GPT icon indicating copy to clipboard operation
DB-GPT copied to clipboard

[Feature]: Reduce the llm request count for the low time cost

Open SimFG opened this issue 2 years ago • 1 comments

Is your feature request related to a problem? Please describe.

Awesome project!!! I will take less time to write duplicate or similar sql. Usually llm reasoning takes a long time, and it takes longer to process Chinese than English. Maybe there are some ways to reduce the response time, and at the same time reduce the pressure on computer resources. And I believe it will make the project more attractive.

Describe the solution you'd like

GPTCache is a semantic cache library for LLMs, and it's fully integrated with LangChain and llama_index. Also when you encounter some problems about the usage, I am willing to provide a range of help.

SimFG avatar May 23 '23 08:05 SimFG

It‘s cool! We will use it, and look forward to some interesting things happening, stay in touch...

csunny avatar May 24 '23 07:05 csunny

Thanks again, we already support cache. #803

csunny avatar Nov 24 '23 05:11 csunny