francesco visconti

Results 7 comments of francesco visconti

> Hello, @stratospark ! > I have an issue using flow_from_directory option to create a generator. When i'm tying to fit my model with the fit_generator(like this) `model.fit_generator( train_generator, steps_per_epoch=samples_per_epoch,...

Hi there, I'm using `byaldi` (good job!) installed with `poetry`. I get an error making this search: `results = RAG.search(query, k=10, filter_metadata={"type": "Summaries"})`. The error is: `AttributeError: 'list' object has...

Hi, love byaldi :) Can you add an example of usage for the in-memory collection? Reading the above answer I think I've over complicating my demo, I do this: ```python...

> @fvisconti Hi I'm also working on storing the embeddings into a vector database, but rightnow I dont think Byaldi provides any way to store them directly to a vectorDB(like...

Hey, not even tried yet; as soon as I do, I'll let you know here for sure :)

> Hi, love byaldi :) > > Can you add an example of usage for the in-memory collection? > > Reading the above answer I think I've over complicating my...