How can I better implement the following task? I want to “add knowledge” about my information domain to a pre-trained LLM. It will be info about my product, sales conditions, technical usage information. I provide the information in text form (either just sequence of facts ir in the format of “question-answer” dialog chains, doesn’t matter). Info size is about 50,000 words.
Build an LLM RAG Chatbot With LangChain – Real Python
Hope this helps