Update Dependencies
This commit is contained in:
parent
1e6922641a
commit
00ea24e097
1 changed files with 11 additions and 3 deletions
12
README.md
12
README.md
|
@ -36,13 +36,21 @@ CodeRecall/
|
||||||
|
|
||||||
## 🔧 Setup
|
## 🔧 Setup
|
||||||
|
|
||||||
### 1. Install dependencies
|
It seems you want to update the section 'Install dependencies' in your README.md file.
|
||||||
|
|
||||||
|
Here's an updated version of that section:
|
||||||
|
|
||||||
|
**### 1. Install dependencies**
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
pip install lancedb
|
pip install fastapi uvicorn pydantic lancedb ollama
|
||||||
```
|
```
|
||||||
|
|
||||||
Make sure you have:
|
Make sure you have:
|
||||||
|
- ✨ [FastAPI](https://fastapi.tiangolo.com/) installed
|
||||||
|
- 🚀 [Uvicorn](https://www.uvicorn.org/en/stable/) installed as the ASGI server
|
||||||
|
- 🔥 [Pydantic](https://pydantic-docs.helpful-book.org/) for data modeling and validation
|
||||||
|
- 💻 [Lancedb](https://lancedb.readthedocs.io/) for vector database operations
|
||||||
- 🦙 [Ollama](https://ollama.com/) installed and running
|
- 🦙 [Ollama](https://ollama.com/) installed and running
|
||||||
- ✅ [Continue Extension](https://marketplace.visualstudio.com/items?itemName=Continue.continue) for VS Code
|
- ✅ [Continue Extension](https://marketplace.visualstudio.com/items?itemName=Continue.continue) for VS Code
|
||||||
- 🐙 Git repo initialized (optional but recommended)
|
- 🐙 Git repo initialized (optional but recommended)
|
||||||
|
|
Loading…
Add table
Reference in a new issue