legco_ai_assistant/backend/app
Woody c9f330d57e fix(backend): wrap embedding function for ChromaDB 0.4.22 compatibility
- Add _EmbeddingFunctionWrapper class with __call__(self, input) signature

- Use ThreadPoolExecutor to run async embed in isolated thread with fresh event loop

- Fixes asyncio.run() cannot be called from a running event loop

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

Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
2026-04-23 13:25:08 +08:00
..
core fix(backend): wrap embedding function for ChromaDB 0.4.22 compatibility 2026-04-23 13:25:08 +08:00
models feat: Phase 1.3 query pipeline with decomposition, relevance filter, and response 2026-04-22 17:19:21 +08:00
routers feat: Phase 1.4 acceptance tests, error handling, and polish 2026-04-22 17:45:50 +08:00
services feat: Phase 1.3 query pipeline with decomposition, relevance filter, and response 2026-04-22 17:19:21 +08:00
test feat: Phase 1.4 acceptance tests, error handling, and polish 2026-04-22 17:45:50 +08:00
utils feat: Phase 1.2 ingestion pipeline with chunking and metadata 2026-04-22 16:49:52 +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: Phase 1.3 query pipeline with decomposition, relevance filter, and response 2026-04-22 17:19:21 +08:00