We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4a79e6 commit 6ab4dcaCopy full SHA for 6ab4dca
README.md
@@ -24,7 +24,12 @@ A Hybrid Search and Augmented Generation prompting solution using Python [OpenAI
24
git clone https://github.com/FullStackWithLawrence/openai-embeddings.git
25
cd openai-embeddings
26
make init
27
+
28
+# Linux/macOS
29
source venv/bin/activate
30
31
+# Windows Powershell (admin)
32
+venv\Scripts\activate
33
```
34
35
You'll also need to add your api keys to the .env file in the root of the repo.
0 commit comments