murasz
murasz
> 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...
Hello everyone, I found an alternative solution for YouTube videos using [yt-dlp ](https://github.com/yt-dlp/yt-dlp), which is a fork of youtube-dl. I used it and it works well. Feel free to try...
> Still the same error: NoIndexException: Index not found, please create an instance before querying In Section 2 after loading the embeddings: Using embedded DuckDB with persistence: data will be...
That's quite awkward. I think the problem is directly linked with Langchain's chroma wrapper. There must be some changes in the source code, maybe. @hwchase17 or @jeffchuber what do you...
h > Hi everyone, Jeff from Chroma here. I will be looking into this tomorrow morning and will report back. Hi Jeff, I noticed your message on ChromaD's repository. If...
@KurtFeynmanGodel My main concern is that I don't want to embed the data each time before answering a question. The reason is that processing large PDFs could end up costing...
Dear > here is a trivial example based on the langchain example `vectorstore.ipynb` > > `test.py` > > ```python > from langchain.embeddings.openai import OpenAIEmbeddings > from langchain.vectorstores import Chroma >...
> ok sounds great! please send that along via email or discord DM Ok Email sent. ([email protected]). Thank you so much @jeffchuber !
> Thank you @jeffchuber for the proposed solution. Unfortunately, it gave me the same error. I've emailed you regarding this issue. Let me share the Jupyter notebook codebase here again:...
> @murasz can you try upgrading chromadb/langchain packages? if it works for you we could close this issue Hey. Thanks for the information. Let me check it again today.