legco_ai_assistant/backend/app
Woody 5dcb71369c fix(backend): add embed_query method to EmbeddingFunctionWrapper for ChromaDB query
ChromaDB 1.5.8 calls embed_query() during collection.query(), but the wrapper only implemented __call__ (used by collection.add()). Added embed_query() as alias and refactored to shared _embed() method.

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

Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
2026-04-24 10:15:08 +08:00
..
core fix(backend): add embed_query method to EmbeddingFunctionWrapper for ChromaDB query 2026-04-24 10:15:08 +08:00
models feat(backend): add documents CRUD service methods and Pydantic schemas 2026-04-23 19:02:07 +08:00
routers fix(backend): preserve original filename in chunk metadata instead of temp file name 2026-04-24 10:14:58 +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 fix(backend): preserve original filename in chunk metadata instead of temp file name 2026-04-24 10:14:58 +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