murasz

Results 3 issues of murasz

I am facing a problem when trying to use the Chroma vector store with a persisted index. I have already loaded a document, created embeddings for it, and saved those...

I am facing a problem when trying to use the Chroma vector store with a persisted index. I have already loaded a document, created embeddings for it, and saved those...

When trying to download an audio stream using pytube, I'm encountering a KeyError with the message "'streamingData'". Here is the code I'm using: ``` import pytube from moviepy.editor import *...