cvpaperchallenge / Crux

Crux is a suite of LLM-empowered summarization and retrieval services for academic activity. Crux is developed by XCCV group of cvpaper.challenge.
MIT License
14 stars 2 forks source link

Stop inefficient embedding #31

Open gatheluck opened 4 months ago

gatheluck commented 4 months ago

Why

Current implementation embeds all documents every time when API is called (Qdrant.afrom_documents method embed documents).

Screenshot from 2024-04-13 16-18-30

Definition of Done

Stop inefficient embedding.

How

TBD