Find answers from the community

Home
Members
Matt Thompson
M
Matt Thompson
Offline, last seen 2 months ago
Joined September 25, 2024
I'm trying something out with loader = GithubRepositoryReader(...) but I do not know how to load the documents returned into an index.

I've tried
Plain Text
docs = loader.load_data(branch="html")
index = GPTSimpleVectorIndex().from_documents(docs)


However I receive this error:

ValueError: One of documents or index_struct must be provided.

Any idea what I should be doing?
3 comments
L
M
can you help with the required pinecone dimensions, pod type and and metrics?
2 comments
k
Hi

What causes this error when using pinecone as a vectorstore?

HTTP response body: The index exceeds the project quota of 1 pods by 1 pods. Upgrade your account or change the project settings to increase the quota.
11 comments
k
M
has anyone run the pinecone example in the LlamaIndex documentation with the free version of pinecone?

I am receiving this error and can't find much information in the documentation of either side:

HTTP response body: The index exceeds the project quota of 1 pods by 1 pods. Upgrade your account or change the project settings to increase the quota.

@kapa.ai do you know what is causing this error?
3 comments
M
j
M
Matt Thompson
·

Docs

Hello all - I'm doing a project using LlamaIndex to create text prediction for my documents. I'm looking to understand what is happening within the index and when it is queried. Before I jump into the code is there any background material/documentation that can help?
32 comments
s
L
M
A