diff --git a/README.md b/README.md index c704ecd..518413e 100644 --- a/README.md +++ b/README.md @@ -36,13 +36,21 @@ CodeRecall/ ## 🔧 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 -pip install lancedb +pip install fastapi uvicorn pydantic lancedb ollama ``` - + 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 - ✅ [Continue Extension](https://marketplace.visualstudio.com/items?itemName=Continue.continue) for VS Code - 🐙 Git repo initialized (optional but recommended)