Sharan Poojari
Sharan Poojari
Resolves issue #9559 - Implemented a regular expression to restrict the pasting of alphabetical characters into the input field.
closes #10091
closes #9462
closes #4507
## Description Fixes #2669 The `DatabaseExportResponse` interface was missing the `'active'` status option, causing TypeScript errors when users tried to check `response.status == "active"` during D1 database export polling. ##...
Closes #436 Adds backend support to create Qdrant collections with scalar (INT8) and binary quantization. Exposes a UI control in the New Collection form to choose quantization type (none /...
Closes #434 Pydantic Compatibility Fix: Upgraded pydantic 2.7.4 → 2.9.2 to resolve __pydantic_extra__ attribute errors with OpenAI client compatibility https://github.com/openai/openai-python/issues/2644
- Implement ChromaVectorDB class following BaseVectorDB interface - Add chromadb and langchain-chroma dependencies - Support both local and remote ChromaDB configurations - Add configuration examples in compose.env - Register ChromaDB...