stephanj / rag-genie

The RAG Genie, an LLM RAG prototype to test and evaluate your embeddings, chunk splitting strategies using Q&A and evaluations.
MIT License
62 stars 14 forks source link

Added labels on mouseover (i think) #5

Closed jdrAlexander closed 3 months ago

jdrAlexander commented 3 months ago
jdrAlexander commented 3 months ago

I ended up simplifying the way the points are rendered by rendering a sphere for each xyz we get back from the backend isntead of passing them all to a BufferedGeometry. Not sure if that is what u want? If not let me know :)