Your website's content -> Q&A bot / chatbot
1–10 of 28 posts
Re: Your website's content -> Q&A bot / chatbot
#2It would be nice to know from your experience if there is a kind of rule of thumb for calculating cost of fine tuning and running a solution like this against a docs site?
Re: Your website's content -> Q&A bot / chatbot
#3Re: Your website's content -> Q&A bot / chatbot
#4Are you planning on adding agent/tools support?
It would be cool to use this with internal data, then allow clients to chat with a bot fine-tunes on their data, but that can also run queries, or get reports for specific dates, or charts, all via tools.
Re: Your website's content -> Q&A bot / chatbot
#5Re: Your website's content -> Q&A bot / chatbot
#6Re: Your website's content -> Q&A bot / chatbot
#7Make this a Wordpress plugin and I'd pay for it
Re: Your website's content -> Q&A bot / chatbot
#8Make this a Wordpress plugin and I'd pay for it
Re: Your website's content -> Q&A bot / chatbot
#9So basically get all the sub-prhases/sounds -> vector -> check vector db for closest matching documents -> send to gpt for summarization and answering the quetsion.
If that's ture wouldn't that have severe limitations with scattered information? I guess it would help you get answers and walk the data better than the "I don't even know the term" problem with google?
Re: Your website's content -> Q&A bot / chatbot
#10Reading the readme makes me think it's only searching the top 4 most likely docs via the embeddings, not the wiki at any time? or am I misunderstanding how this works? With embeddings being close to just term vector matching via dot(?) product? So basically get all the sub-prhases/sounds -> vector -> check vector db for closest matching documents -> send to gpt for summarization and answering the quetsion. If that's…