kishoretvk
kishoretvk
+500 waiting for this
there is no support for redis search batch add hashes, we have to call the add function in async. which is not super fast, for adding a million or 10...
Thanks for responding, here are some more details. in normal redis client we create a batch for hashes or sets and push them all at once. example code ``` var...
we had this for sortable text in https://github.com/StackExchange/StackExchange.Redis/blob/master/src/NRediSearch/Schema.cs ```` /// /// Add a text field that can be sorted on. /// /// The field's name. /// Its weight, a positive...
can we use llama or mistral for summarization and cna we picasso or stable diffusion for image generation? ?
>   > > am using the demo at the docs for local llm were you able to use any other model for graphics?
anything on this ? can we use quantized local models ?
using mistral 7b we could generate summary, for visualization it does not work ant inputs would be of great healp. can we use any other model for graphs?
for graphs can we use any othe rmodel ? example if summary by llama , can we use different model or llm to generate graphs ?
> Do you guys consider using https://mistral.ai/news/announcing-mistral-7b/ ? this works for summary generation not for graphs. did you find anything else working better ?