File tree 2 files changed +12
-6
lines changed
2 files changed +12
-6
lines changed Original file line number Diff line number Diff line change 1
1
<p align =" center " >
2
- <img src="docs/assets/brand/logo-lockup-vertical/logo-lockup-vertical.png" width=30%>
2
+ <img src="https://raw.githubusercontent.com/Quansight/ragna/fix-project-metadata/ docs/assets/brand/logo-lockup-vertical/logo-lockup-vertical.png" width=30%>
3
3
</p >
4
4
5
5
<hr >
6
6
7
- > ** Note** This project is in active development, check back after 26th October for
8
- > updates!
9
-
10
7
A RAG orchestration framework. ⛵️
11
8
12
9
## Local development
13
10
14
- - Quickstart: [ docs/get-started.md ] ( docs/get-started.md#minimal-example )
15
- - Setup: [ docs/community/contribute.md ] ( docs/community/contribute.md )
11
+ - [ Setup ] ( https://ragna.chat/en/stable/install/ )
12
+ - [ Quickstart ] ( https://ragna.chat/en/stable/tutorials/python-api/ )
16
13
17
14
## Code of Conduct
18
15
Original file line number Diff line number Diff line change @@ -7,9 +7,12 @@ build-backend = "setuptools.build_meta"
7
7
8
8
[project ]
9
9
name = " Ragna"
10
+ description = " RAG orchestration framework"
11
+ license = {file = " LICENSE" }
10
12
authors = [
11
13
{
name =
" Ragna Development Team" ,
email =
" [email protected] " },
12
14
]
15
+ readme = " README.md"
13
16
classifiers = [
14
17
" Development Status :: 4 - Beta" ,
15
18
" Programming Language :: Python :: 3.9" ,
@@ -40,6 +43,12 @@ dependencies = [
40
43
]
41
44
dynamic = [" version" ]
42
45
46
+ [project .urls ]
47
+ Homepage = " https://ragna.chat"
48
+ Documentation = " https://ragna.chat"
49
+ Changelog = " https://ragna.chat/en/latest/references/changelog/"
50
+ Repository = " https://github.com/Quansight/ragna"
51
+
43
52
[project .optional-dependencies ]
44
53
# to update the array below, run scripts/update_optional_dependencies.py
45
54
builtin = [
You can’t perform that action at this time.
0 commit comments