Find answers from the community

Updated 5 months ago

Hi everyone I want a solution over

At a glance
Hi everyone I want a solution over problem where I have some of my transcription and I want to create a chat index form it and save using claude where I want to save that index and create engine from the saved index and ask the question to the engine and get answer
W
A
F
3 comments
Hi, You can take a look at this to setup your llm: https://docs.llamaindex.ai/en/stable/examples/llm/anthropic/ for claude.

And then you can follow the chat engine doc to setup your chat engine, just pass in your created llm: https://docs.llamaindex.ai/en/stable/examples/chat_engine/chat_engine_condense_plus_context/
ok sure thanks a lot
Hey there!
It sounds like you're tackling a pretty interesting challenge with your transcription data! One of the biggest hurdles might be effectively creating a chat index that allows quick retrieval of relevant information. A good approach could be to use a combination of a vector database for storing the indexed chat data, paired with Claude's capabilities for processing and querying that index. I’d love to help you refine this solution and ensure you get accurate answers from your engine!
Cheers
Add a reply
Sign up and join the conversation on Discord