SimFG
SimFG
> Solution that we came up to counter this is to use multiple cache instance based on objectives. This is also a temporary method I can think of. I will...
> For us the dream solution would be to able to dynamically change the collection_name that gptcache uses for lookup in qdrant. This is similar to multiple `cache` objects. Of...
@qdaoming you can try to use the different `pre_process_fun`, like: all_content 
i will checkout it, it's a bad case ``` $ python Python 3.11.4 (main, Jun 6 2023, 22:16:46) [GCC 12.3.0] on linux Type "help", "copyright", "credits" or "license" for more...
@marioluan i have merged it to dev branch
@Vasanthavel124 It's ok. Do you want to try all the latest features?
@amrit2cisco Do you mean to also introduce these constants in the `openai` file under gptcache?
@dwillie i will check it.
@theinhumaneme you can use the inner cahche of the langchain, like: ``` from langchain.globals import set_llm_cache set_llm_cache(GPTCache(init_gptcache)) ``` more details: https://github.com/zilliztech/GPTCache/issues/585#issuecomment-1972720103
@frank780117 Because openai has made many adjustments to 1.x, the gptcache project has not yet been adapted. If you are interested in this, your contribution is very welcome. Of course,...