Find answers from the community

Home
Members
Abhiram_AI_Guy
A
Abhiram_AI_Guy
Offline, last seen 21 hours ago
Joined September 25, 2024
Azure OpenAI Embedding not working for me
14 comments
A
W
if my prompt template in my chat engine is consisting of serveral other variables that i want to pass in how can i do that?
5 comments
A
k
p
I have a .index file(faiss) and i want to load it but i get this error
27 comments
A
W
I have made an Index how can i persist it on faiss?
1 comment
L
Has anyone tried to use marker-pdf library, i think eit is the secret sauce for Llamaparse,
3 comments
L
A
W
Is there something i can so that llamindex ignores environment keys?
6 comments
W
A
This does not work
8 comments
L
A
Is there any clear cut documentation on Chatmemory Buffer or How to use it?
3 comments
L
A
A
Abhiram_AI_Guy
·

Groq

Any one else has a problem with Groq?
3 comments
W
A
if i manually add embeddings for a document , will this code make those embeddings again?
And will it save to the storage context?
index = VectorStoreIndex.from_documents(
test_docs, storage_context=storage_context, embed_model=embed_model, show_progress=True
)
16 comments
W
A
embedding process stopped due to timeout
how can i start from where it stopped?
2 comments
A
W
For context, the collection is empty and initialized from a Persistant client.
2 comments
L
How can i see what llm sees through the framework?
2 comments
A
W
Can i Contribute in that?
1 comment
L