Daethyra / Build-RAGAI

Interactive notes (Jupyter Notebooks) for building AI-powered applications
Other
27 stars 3 forks source link

AA4LLM | Add Agents, Toolkits: In LangChain overview doc: describe `(["agents","tools",])` #82

Closed Daethyra closed 10 months ago

Daethyra commented 10 months ago
Daethyra commented 10 months ago

The core idea of agents is to use a language model to choose a sequence of actions to take. In chains, a sequence of actions is hardcoded (in code). In agents, a language model is used as a reasoning engine to determine which actions to take and in which order.

Daethyra commented 10 months ago

This will require a larger update than I'm willing to commit together for #87

Daethyra commented 10 months ago

URLs:


Daethyra commented 10 months ago

AA4LLM needs a complete overhaul that i'm not currently interested in doing