Skip to content

Commit 924c45b

Browse files
committed
Enhance package details
1 parent e4c1373 commit 924c45b

2 files changed

Lines changed: 19 additions & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ 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

pyproject.toml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,24 @@ authors = [
1212
]
1313
readme = "README.md"
1414
packages = [{ include = "needle" }]
15+
license = "MIT"
16+
keywords = [
17+
"needle",
18+
"api",
19+
"retrieval-augmented generation",
20+
"rag",
21+
"information-retrieval",
22+
"artificial intelligence",
23+
"ai",
24+
]
25+
classifiers = [
26+
"Intended Audience :: Developers",
27+
"Topic :: Software Development :: Libraries :: Python Modules",
28+
"Topic :: Scientific/Engineering :: Artificial Intelligence",
29+
"Development Status :: 4 - Beta",
30+
"Operating System :: OS Independent",
31+
"License :: OSI Approved :: MIT License",
32+
]
1533

1634
[tool.poetry.urls]
1735
homepage = "https://needle-ai.com"

0 commit comments

Comments
 (0)