getnamo / Llama-Unreal

Llama.cpp plugin for Unreal Engine 5
MIT License
41 stars 5 forks source link

Basic RAG setup #17

Open getnamo opened 3 months ago

getnamo commented 3 months ago

Enable feeding in data into a memory DB and vector embed it. Use a small and simple vector search to support RAG lookup of info. Potentially structure various chunking and search strategies. Likely a secondary model link to embedding model for vectorization.

getnamo commented 2 months ago

Resources: