mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-08 06:23:20 +00:00
docs: templates
updated titles (#25646)
Updated titles into a consistent format. Fixed links to the diagrams. Fixed typos. Note: The Templates menu in the navbar is now sorted by the file names. I'll try sorting the navbar menus by the page titles, not the page file names.
This commit is contained in:
@@ -1,9 +1,8 @@
|
||||
# SQL - LLamA2
|
||||
|
||||
# sql-llama2
|
||||
This template enables a user to interact with a `SQL` database using natural language.
|
||||
|
||||
This template enables a user to interact with a SQL database using natural language.
|
||||
|
||||
It uses LLamA2-13b hosted by [Replicate](https://python.langchain.com/docs/integrations/llms/replicate), but can be adapted to any API that supports LLaMA2 including [Fireworks](https://python.langchain.com/docs/integrations/chat/fireworks).
|
||||
It uses `LLamA2-13b` hosted by [Replicate](https://python.langchain.com/docs/integrations/llms/replicate), but can be adapted to any API that supports LLaMA2 including [Fireworks](https://python.langchain.com/docs/integrations/chat/fireworks).
|
||||
|
||||
The template includes an example database of 2023 NBA rosters.
|
||||
|
||||
|
Reference in New Issue
Block a user