Forum in maintenance, we will back soon 🙂
How can I create a knowledge base with AI?
I'd like to create a knowledge base with AI that I can use both for support and for all my marketing, creating sales pages, posts, and other things.
Is this hard to achieve?
Do you know what tools are involved?
I've been doing some research and it seems like I need the LangChain library.
do you mean you want to create an AI bot trained on your own data (posts, questions...)Â
Â
@techprieto it can be done. You'll need proper equipment so that you can host your own LLM. This post might help:
Â
https://medium.com/@biju.krishnan_73542/hosting-your-own-llms-10-things-to-consider-69215e1e4aa8
Regards,
Earnie Boyd, CEO
Seasoned Solutions Advisor LLC
Schedule 1-on-1 help
Join me on Slack
@techprieto what you are talking about is called embedding. if you wanna create this yourself with python, check this youtube channel:
(11338) Greg Kamradt (Data Indy) - YouTube
if you want to build using Tools, there are several tools out there that help you build a chatbot trained on your own data, I cant recommend one, as I don't use any.
@admin Thanks, I will check it out