Stef Lewandowski

Results 11 comments of Stef Lewandowski

I've looked and there is a 50MB tar file in a root "data" directory. Is this needed? If not, could I suggest you delete it and wipe it from history?

Hey Karsten - I'd be interested in this. I'm currently trying to combine a Python server that runs GPT index as a Flask API with a Next.js front-end that consumes...

@schehata Thanks for taking a look. In our Package.json: ``` "next": "^13.2.4", "next-axiom": "^0.14.0" ``` And in PNPM lock: * next-axiom 0.14.0([email protected]) * next 13.2.4(@babel/[email protected])([email protected])([email protected]) This is using the Vercel...

Hi folks, we are still experiencing this and are unable to rely on Axiom for logs. Can anyone help here? I'm happy to give you access to an account on...

@bouiboui I'm facing the same/a similar problem trying to get a multi-namespace index going. * If I attempt to pass pinecone_kwargs in the index function, records are added but no...

*Resolved* You now pass pinecone_kwargs when creating the index rather than in the query/index methods: ``` index = GPTPineconeIndex(pinecone_index=index, index_struct=PineconeIndexStruct(), pinecone_kwargs={"namespace": namespace}) index.insert(document=(Document(text, doc_id=doc_id))) ```

It looks like there's been a refactor of the IndexStruct code and PineconeIndexStruct is no longer, so this method no longer works on the latest version of Llamaindex.

@jerryjliu I've attempted to make a branch that uses what's suggested there but unsuccessfully. I've resolved this temporarily by pinning to gpt-index==0.4.5 in my requirements.txt Happy to contribute to this...

No, the issue remains. I've just downloaded the new version, launched it and I do not see any github repos to start working with. I went through the github auth...