正在加载视频...

视频加载失败

We didn’t have a great UX for building a data chatbot in LlamaIndex 🦙 (its optimized for QA against your data). That’s changed now; you can now build a chatbot over your data in ~4 lines of code! ⚡️🤖 1️⃣ ingest data 2️⃣ index data 3️⃣ chatbot from index...

72,843 次观看 • 3 年前 •via X (Twitter)

10 条评论

Jerry Liu 的头像
Jerry Liu3 年前

We offer this chatbot in three main modes, with REPL also included: - ReAct agent with @LangChainAI (we already had a tutorial for this, but now its *way* simpler) - Simple Chat (stores conversational memory) - Condense Question Chat (generates a new question at each step)

Jerry Liu 的头像
Jerry Liu3 年前

Chat engines are *stateful*; our query engines are stateless. The current abstractions we have are light; for instance, the memory abstractions we have are very simple. This gives us the foundation to build out memory modules and + also use other modules etc from langchain

Jerry Liu 的头像
Jerry Liu3 年前

Check out our brand-new chat engine guide here 📗. Contains a bunch of sample notebooks you can try running yourself 🛠️.

⟁ndrew V 的头像
⟁ndrew V3 年前

@llama_index Wow very nice Jerry and to the Llama team!

Data knight 的头像
Data knight3 年前

@llama_index This is so good

Gonzalo Espinoza Graham 🏴‍☠️ 的头像
Gonzalo Espinoza Graham 🏴‍☠️3 年前

@llama_index What formats can it ingest?

Pruthvi Shetty 的头像
Pruthvi Shetty3 年前

@llama_index Does it support streaming?

Jerry Liu 的头像
Jerry Liu3 年前

@llama_index that should be coming in the next day or two :)

ying 的头像
ying3 年前

@llama_index so cool

4c_cccc 的头像
4c_cccc3 年前

@llama_index it's too hard to use! bug everywhere

相关视频