legco_ai_assistant/backend/app
Woody c6abe5c335 fix(backend): add name() method to EmbeddingFunctionWrapper for ChromaDB 1.5.8
ChromaDB 1.5.8 requires embedding functions to implement the name() method from the EmbeddingFunction protocol. Without this, collection.get() fails with AttributeError.

Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent)

Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
2026-04-23 19:02:41 +08:00
..
core fix(backend): add name() method to EmbeddingFunctionWrapper for ChromaDB 1.5.8 2026-04-23 19:02:41 +08:00
models feat(backend): add documents CRUD service methods and Pydantic schemas 2026-04-23 19:02:07 +08:00
routers feat(backend): add documents CRUD endpoints and tests 2026-04-23 19:02:28 +08:00
services feat(backend): add documents CRUD service methods and Pydantic schemas 2026-04-23 19:02:07 +08:00
test feat(backend): add documents CRUD endpoints and tests 2026-04-23 19:02:28 +08:00
utils refactor(backend): update document parsers for DOCX and PDF 2026-04-23 13:27:08 +08:00
__init__.py feat: Phase 1.1 project setup with config, database, and models 2026-04-22 16:13:52 +08:00
main.py feat(backend): add documents CRUD endpoints and tests 2026-04-23 19:02:28 +08:00