zilliztech / GPTCache

Semantic cache for LLMs. Fully integrated with LangChain and llama_index.
https://gptcache.readthedocs.io
MIT License
7.06k stars 500 forks source link

[Feature]: Want a custom schema support for weaviate classes #497

Closed pranaychandekar closed 1 year ago

pranaychandekar commented 1 year ago

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

If we use weaviate as the vector data store, then it creates a class with default schema. We cannot create the weaviate cache class with custom schema.

Describe the solution you'd like.

I want to create the weaviate cache class with custom schema

Describe an alternate solution.

No response

Anything else? (Additional Context)

No response

pranaychandekar commented 1 year ago

@SimFG I have a solution in mind for this one. Please assign this to me

SimFG commented 1 year ago

@pranaychandekar done! thanks for your contribution