SimFG

Results 261 comments of 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 ![image](https://github.com/zilliztech/GPTCache/assets/21985684/3f8fe495-036d-4b0e-9bd5-9674bcddf168)

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...

@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?

@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,...