microsoft / lida

Automatic Generation of Visualizations and Infographics using Large Language Models
https://microsoft.github.io/lida/
MIT License
2.6k stars 266 forks source link

Can lida.summarize( ) ,input a long string instead of local file ? #60

Open nuaabuaa07 opened 8 months ago

nuaabuaa07 commented 8 months ago

I want to embed it in my program. So I want to input a formated long string to summarize(). Can it support?

victordibia commented 8 months ago

Hi @nuaabuaa07 ,

Can you describe the use case you intend to support? E.g. what is the input and expected output? Currently, LIDA is optimized for tabular data, but I am happy to explore support for string data if the use case aligns.

lhcg commented 8 months ago

HI @victordibia Can I use Lida with external vector database such as Milvus? Whether is the same way as LLaMA2?

trojrobert commented 8 months ago

@lhcg What exactly do you want to store in the vector database?

Rajmehta123 commented 7 months ago

@victordibia Adding support for string is a good feature.