Skip to content

Commit 8183a50

Browse files
committed
Fix readme links
1 parent 39b8697 commit 8183a50

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ pip install needle-python
1212

1313
## Usage ⚡️
1414

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:
1616

1717
```
1818
export NEEDLE_API_KEY=<your-api-key>
@@ -86,12 +86,12 @@ print(answer.choices[0].message.content)
8686

8787
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.
8888

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 :)
9090

9191
## Exceptions 🧨
9292

9393
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.
9494

9595
# Support 📞
9696

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

Comments
 (0)