EmbeddedLLM / JamAIBase

The collaborative spreadsheet for AI. Chain cells into powerful pipelines, experiment with prompts and models, and evaluate LLM responses in real-time. Work together seamlessly to build and iterate on AI applications.
https://www.jamaibase.com/
Apache License 2.0
382 stars 17 forks source link

[FEAT] User input URL, then content loaded to knowledge table #14

Open szeyu opened 4 months ago

szeyu commented 4 months ago

Is your feature request related to a problem? Please describe.

Yeah, so in my program has to scrap the content in url then save into a txt file. Then only can upload to knowledge table

Describe the solution you'd like

besides uploading file, can allow the user to upload url link for the jamai to extract the data into its knowledge table.

Describe alternatives you've considered

scrap the content in url then save into a txt file. Then only can upload to knowledge table

Additional context

the idea is gotten from https://github.com/embedchain/embedchain it got 9k stars so this idea is quite good