You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ pip install needle-python
12
12
13
13
## Usage ⚡️
14
14
15
-
To get started, generate an API key for your account in developer settings menu at (Needle)[https://needle-ai.com]. Note that your key will be valid until you revoke it. Set the following env variable before you run your code:
15
+
To get started, generate an API key for your account in developer settings menu at [Needle](https://needle-ai.com). Note that your key will be valid until you revoke it. Set the following env variable before you run your code:
This is one basic example of a RAG pipeline you can quicklu implement using Needle and OpenAI. Feel free to engineer more precise prompts and explore other prompting techniques such as chain-of-thoughts (CoT), graph of thoughts (GoT) etc.
88
88
89
-
Needle API helps you with hassle-free contextualization however does not limit you to a certain RAG technique. Let us know what you build in our (Discord channel)[https://discord.gg/JzJcHgTyZx] :)
89
+
Needle API helps you with hassle-free contextualization however does not limit you to a certain RAG technique. Let us know what you build in our [Discord channel]()https://discord.gg/JzJcHgTyZx :)
90
90
91
91
## Exceptions 🧨
92
92
93
93
If a request to Needle API fails, `needle.v1.models.Error` object will be thrown. There you can see a `message` and more details about the error.
94
94
95
95
# Support 📞
96
96
97
-
If you have questions you can contact us in our (Discord channel)[https://discord.gg/JzJcHgTyZx].
97
+
If you have questions you can contact us in our [Discord channel](https://discord.gg/JzJcHgTyZx).
0 commit comments