Log in
Log into community
Find answers from the community
View all posts
Related posts
Did this answer your question?
๐
๐
๐
Powered by
Hall
Inactive
Updated 2 months ago
0
Follow
How can I make a BasicChatEngine from
How can I make a BasicChatEngine from
Inactive
0
Follow
S
Shayan
6 months ago
ยท
How can I make a BasicChatEngine from the retriever from an auto-retriever mentioned here
https://docs.llamaindex.ai/en/stable/examples/vector_stores/pinecone_auto_retriever/
W
1 comment
Share
Open in Discord
W
WhiteFang_Jr
6 months ago
The default modes of chat engines like condense, simpleChat engine contain different ways to handle the interaction with knowledge.
some contain query_engine instance a dn some contain retriever instance.
So you'll have to look and make changes that way.
for example:
chat_engine = CondensePlusContextChatEngine.from_defaults(retriever=retriever,...)
Add a reply
Sign up and join the conversation on Discord
Join on Discord