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 8 months ago
0
Follow
What is the cheapest / free way for a
What is the cheapest / free way for a
Inactive
0
Follow
A
AndrewRessler
8 months ago
Β·
What is the cheapest / free way for a compsci student to use llamaindex to build a simple RAG based chatbot? Are there free APIs to create the vectors? Then to call some light version of something like chat?
T
β
5 comments
Share
Open in Discord
T
Teemu
8 months ago
You can do it for free with the local LLMs:
https://docs.llamaindex.ai/en/stable/getting_started/starter_example_local/
Then for the chatbot part there is the Chat Engine:
https://docs.llamaindex.ai/en/stable/module_guides/deploying/chat_engines/
β
ββ πππ£ππ€ππ β
8 months ago
Okay so what's the purpose of chat engine when u have llm?
T
Teemu
8 months ago
It's to have a back and forth conversation (with memory)
β
ββ πππ£ππ€ππ β
8 months ago
does llamaindex use hnsw ?
T
Teemu
8 months ago
Depends on what integrations you're using
Add a reply
Sign up and join the conversation on Discord
Join on Discord