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 d98ad34 commit 2323c33Copy full SHA for 2323c33
pyproject.toml
@@ -3,6 +3,15 @@ name = "lightspeed-stack"
3
dynamic = ["version"]
4
description = "LLM tooling stack"
5
authors = []
6
+classifiers = [
7
+ "Development Status :: 4 - Beta",
8
+ "Topic :: Scientific/Engineering :: Artificial Intelligence",
9
+ "Topic :: Software Development"
10
+]
11
+keywords = [
12
+ "LLM",
13
+ "RAG"
14
15
requires-python = ">=3.12,<3.14"
16
readme = "README.md"
17
license = {file = "LICENSE"}
0 commit comments