alnutile / larachain

PHP + Laravel to create a workflow like https://github.com/hwchase17/langchain
MIT License
99 stars 19 forks source link

Is it possible to add source dynamically? #28

Closed rohitp-bsf closed 1 year ago

rohitp-bsf commented 1 year ago

Let's say,

I want to create a chatbot for my website's FAQ, and FAQs are continuously being added to the database. ON new entry I want to push that to a source from where chat answers will be updated and users will get fresh content.