mirror of
https://github.com/hwchase17/langchain
synced 2024-11-06 03:20:49 +00:00
ebf998acb6
Co-authored-by: Harrison Chase <hw.chase.17@gmail.com> Co-authored-by: Lance Martin <lance@langchain.dev> Co-authored-by: Jacob Lee <jacoblee93@gmail.com>
16 lines
535 B
Markdown
16 lines
535 B
Markdown
# SQL with LLaMA2
|
|
|
|
This template allows you to chat with a SQL database in natural language using LLaMA2.
|
|
|
|
It is configured to use [Replicate](https://python.langchain.com/docs/integrations/llms/replicate).
|
|
|
|
But, it can be adapted to any API that support LLaMA2, including [Fireworks](https://python.langchain.com/docs/integrations/chat/fireworks) and others.
|
|
|
|
See related templates `sql-ollama` and `sql-llamacpp` for private, local chat with SQL.
|
|
|
|
## Installation
|
|
```bash
|
|
# from inside your LangServe instance
|
|
poe add sql-llama2
|
|
```
|