gkamradt
gkamradt
> I have the same issue. I get error 404 when creating new files in github and trying to open them in nbviewer. > Github repo is update and using...
I had this same problem. It goes away 'after a while' but that can be annoying to wait for. Plus it seems at random. I spun up my own $3.50/month...
Looks like you're still having the error at the nbviewer url below: https://nbviewer.jupyter.org/github/Tvix22/thepythonlab/blob/master/Lab11%20BuyAndHold/Lib_1_BNH.ipynb But it is a valid github file: https://github.com/Tvix22/thepythonlab/blob/master/Lab11%20BuyAndHold/Lib_1_BNH.ipynb Any update on your end? I have the same...
@reubens9 and all, This problem persisted for me, and I couldn't find help on this issue anywhere. The solution, which isn't ideal, is that I followed the self-service steps within...
Hello! Can you paste in your error message to chat gpt and see what it says? If it’s undefined then it can’t find that package and you might be referencing...
Unstructured is tough to get going for some users. Just updated the code with another loader https://github.com/gkamradt/langchain-tutorials/blob/main/data_generation/Ask%20A%20Book%20Questions.ipynb
Agreed, check out more on the integrations page https://langchain.com/integrations.html
Try running .run([test[0]). Sometimes .run looks for a list of docs since you're using a chain
Hey Shaun - thanks for the question! Yes, this is using the index from Pinecone. When you call docsearch.similarity_search you are 1. Sending your query to get a embedding from...