aaronkaplan / cba_llm

proof of concept RAG and LLM system for CBA
1 stars 0 forks source link

major issue! Need to restructure the vector search DB #16

Closed aaronkaplan closed 4 months ago

aaronkaplan commented 5 months ago

the way things are stored is not optimal. Need to re-structure and re-consider We currently find two entries (one in the original lang. and one in the ref. language) Both show up in the results as independent results. But actually it's one result.

Fix it.