8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 11d7f45 + 78c92e8 commit 76bb029Copy full SHA for 76bb029
README.md
@@ -6,7 +6,7 @@ Build Your Own AI Assistant powered by LinkedIn Content
6
```
7
git clone git@github.com:shahules786/linkedin_ai.git
8
cd linkedin_ai
9
-pip install -e .
+pip install --pre-release=allow -e . # mlflow is pre-release
10
11
12
## Your Hackathon Journey
setup.py
@@ -11,7 +11,7 @@
"rank_bm25",
"jinja2",
13
"mlflow==3.0.0rc0",
14
- "git+https://github.com/explodinggradients/ragas_experimental.git",
+ "ragas-experimental",
15
"ipykernel",
16
],
17
author="Shahul Es",
@@ -27,5 +27,5 @@
27
"Programming Language :: Python :: 3.8",
28
"Programming Language :: Python :: 3.9",
29
30
- python_requires=">=3.7",
+ python_requires=">=3.10",
31
)
0 commit comments