aubanel

↗ HN profile [ 81.8 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. I wanted to try geospatial abilities of LLMs. I've plugged the new Mixtral (8x22B) into an interface with a geocoding API and an interactive map. Ask it to generate a trip for you and it will choose destinations and pin…

  2. To create a LLM based Retrieval Augmented Generation, you need to create a retriever par which is basically an internal search on document excerpts from your knowledge base. The snippets to search on should be…