• 5 Posts
  • 1.9K Comments
Joined 2 years ago
cake
Cake day: June 10th, 2023

help-circle







  • Not sure why you’re getting downvoted, most video game enemies do not learn. They can have some clever algorithms, but they don’t know anything about how you’ve responded in the past and which of their tactics work better against you. Have they been trained on player interaction at all? I would love to see some learning NPCs in games and would be happy to dial down graphics settings to power them instead.



  • Retrieval-augmented generation (RAG) is a technique that enables large language models (LLMs) to retrieve and incorporate new information. With RAG, LLMs do not respond to user queries until they refer to a specified set of documents. These documents supplement information from the LLM’s pre-existing training data. This allows LLMs to use domain-specific and/or updated information that is not available in the training data. For example, this helps LLM-based chatbots access internal company data or generate responses based on authoritative sources.

    From Retrieval-augmented generation.

    Specifically here, I imagine the idea is to talk to the chatbot about what’s in your documents.