Chad Gopat

Results 30 comments of Chad Gopat

Thank you Nicholas :-)  On Apr 29, 2023, at 10:24 AM, Nicholas Vrana ***@***.***> wrote: From the docs: from langflow import load_flow_from_json flow = load_flow_from_json("path/to/flow.json") # Now you can use...

i am having the same issue "Error calling queryRaw: FetchError:" i am on gpt-3.5-turbo

I am having the same issue, it says i have 179 vectors on pinecone , but when i try to fetch them by id number and namespace, it shows an...

how can i fetch them and check the content? like you did in the YT video? also when i chat, the answer does not come back.

I asked pinecone guys the same question some time ago, here is their response https://www.loom.com/share/5dff5d3a7d6940d79288765bacb867bf

for anyone struggling to get Mayo's code working, what worked for me is a combination of Mayo's code + this code https://github.com/misbahsy/chat-with-twitter-algorithm-ml . I would use Mayo's code for creating...

fixed it already. thanks

i 've spent hours 1) trying to understand where the problem is, 2) consulting with chat gpt :-) , and 3) tailoring the code here and there. i 've also...

sorry, another first step is to look at the console and see if the text is actually splitting and embedding works. if yes, than the issue is likely with pinecone...

another one i forgot to mention - make sure to change the gpt model if you don't have access to gpt4 yet. i've changed mine to gpt3.5turbo