Piero Savastano
Piero Savastano
Same problem here. What do you mean by `.one + playing`? Right now I'm trying to add some external buttons (out of the ``), when they are clicked: 1 -...
Are this components available as React components and simple CSS? We have people working on the website, an overall visual standard is nice but it has to go both on...
@zioproto can you try to take away the `\n` before the ending `"""` ?
@zioproto you need to use a chain and fill the prompt, or hardcode something, otherwise `{input}` is not replaced with an actual input (and that's why the LLM produces `{output}`...
This error is happening for small, non instruction fine-tuned models (which means, most of non-commercial LLMs) I suggest when the output cannot be parsed, the chain just returns the latest...
Thanks @lucaGazzola
Can you please rebuild and let me know if it is fixed? docker-compose build --no-cache
@calebgcc @nicola-corbellini if we do it right this can be really powerful. We want: - the cat being able to insert docs in memory with metadata (done) - doc+metadata should...
> > something like > > ```python > > @hook > > def before_insertion_in_vector_memory(doc, cat): > > > > # do stuff with doc.page_content or doc.metadata > > > >...
> @pieroit I agree on using document metadata to pass context inside the hook. Source, is_summary, when and text are a perfect start. Great! Let's use this issue for the...