c0sogi / LLMChat

A full-stack Webui implementation of Large Language model, such as ChatGPT or LLaMA.
MIT License
245 stars 40 forks source link

Make qdrant collection name a constant #33

Closed Torhamilton closed 1 year ago

Torhamilton commented 1 year ago

QDRANT_COLLECTION: str = environ["QDRANT_COLLECTION"] and shared_vectorestore_name: str = QDRANT_COLLECTION This makes an instance of qdrant shareable

c0sogi commented 1 year ago

I'll add to the env to set the name of the shared collection.

Torhamilton commented 1 year ago

thanks