Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Llama Index
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mirrored_repos
MachineLearning
run-llama
Llama Index
Commits
c95fdeb9
Unverified
Commit
c95fdeb9
authored
1 year ago
by
Logan
Committed by
GitHub
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
various fixes for v0.10.0 (#10589)
parent
369973f4
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
.github/workflows/publish_release.yml
+1
-1
1 addition, 1 deletion
.github/workflows/publish_release.yml
.github/workflows/unit_test.yml
+2
-0
2 additions, 0 deletions
.github/workflows/unit_test.yml
Makefile
+1
-1
1 addition, 1 deletion
Makefile
docs/requirements.txt
+4
-5
4 additions, 5 deletions
docs/requirements.txt
with
8 additions
and
7 deletions
.github/workflows/publish_release.yml
+
1
−
1
View file @
c95fdeb9
...
@@ -31,7 +31,7 @@ jobs:
...
@@ -31,7 +31,7 @@ jobs:
run
:
pip install -e .
run
:
pip install -e .
-
name
:
Cache tiktoken and nltk files
-
name
:
Cache tiktoken and nltk files
shell
:
bash
shell
:
bash
run
:
python -c "from llama_index import get_tokenizer; get_tokenizer()"
run
:
python -c "from llama_index
.core
import get_tokenizer; get_tokenizer()"
-
name
:
Clean up zip files
-
name
:
Clean up zip files
shell
:
bash
shell
:
bash
run
:
rm -rf llama_index/_static/nltk_cache/corpora/stopwords.zip llama_index/_static/nltk_cache/tokenizers/punkt.zip
run
:
rm -rf llama_index/_static/nltk_cache/corpora/stopwords.zip llama_index/_static/nltk_cache/tokenizers/punkt.zip
...
...
This diff is collapsed.
Click to expand it.
.github/workflows/unit_test.yml
+
2
−
0
View file @
c95fdeb9
...
@@ -24,6 +24,8 @@ jobs:
...
@@ -24,6 +24,8 @@ jobs:
shell
:
bash
shell
:
bash
run
:
rm -rf /opt/hostedtoolcache/*
run
:
rm -rf /opt/hostedtoolcache/*
-
uses
:
actions/checkout@v3
-
uses
:
actions/checkout@v3
with
:
fetch-depth
:
0
-
name
:
Set up python ${{ matrix.python-version }}
-
name
:
Set up python ${{ matrix.python-version }}
uses
:
actions/setup-python@v4
uses
:
actions/setup-python@v4
with
:
with
:
...
...
This diff is collapsed.
Click to expand it.
Makefile
+
1
−
1
View file @
c95fdeb9
...
@@ -11,7 +11,7 @@ lint: ## Run linters: pre-commit (black, ruff, codespell) and mypy
...
@@ -11,7 +11,7 @@ lint: ## Run linters: pre-commit (black, ruff, codespell) and mypy
pre-commit
install
&&
git ls-files | xargs pre-commit run
--show-diff-on-failure
--files
pre-commit
install
&&
git ls-files | xargs pre-commit run
--show-diff-on-failure
--files
test
:
##
Run tests via pants
test
:
##
Run tests via pants
pants
--no-local-cache
test
llama-index-core/:: llama-index-integrations/:: lla
ma
-
in
dex-finetuning/:: llama-index-experimental/:: llama-index-packs/::
pants
--no-local-cache
--changed-since
=
origin/
main
test
test-core
:
##
Run tests via pants
test-core
:
##
Run tests via pants
pants
--no-local-cache
test
llama-index-core/::
pants
--no-local-cache
test
llama-index-core/::
...
...
This diff is collapsed.
Click to expand it.
docs/requirements.txt
+
4
−
5
View file @
c95fdeb9
./llama-index-core/
./llama-index-core/
./llama-index-integrations/readers/llama-index-readers-file
sphinx>=4.3.0
sphinx>6
furo>=2023.3.27
furo>=2023.3.27
docutils<0.1
9,>=0.15
docutils<0.1
7
m2r2
m2r2
myst-parser
==0.18.0
myst-parser
myst-nb
myst-nb
sphinx-autobuild
sphinx-autobuild
sphinx_rtd_theme
sphinx_rtd_theme
pydantic<2.0.0
pydantic<2.0.0
autodoc_pydantic
<=1.9.0
autodoc_pydantic
sphinx-reredirects>=0.1.2
sphinx-reredirects>=0.1.2
sphinx-automodapi==0.16.0
sphinx-automodapi==0.16.0
sphinxcontrib-gtagjs==0.2.1
sphinxcontrib-gtagjs==0.2.1
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment