Skip to content

Commit

Permalink
add the missing file from pre rename
Browse files Browse the repository at this point in the history
  • Loading branch information
liyin2015 committed Aug 9, 2024
1 parent be50fef commit d559950
Show file tree
Hide file tree
Showing 10 changed files with 27 additions and 834 deletions.
File renamed without changes.
18 changes: 3 additions & 15 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,36 +5,25 @@
test_llamaindex.py
outputs.txt
core/__pycache__
lightrag/__pycache__
adalflow/__pycache__
components/*/__pycache__
components/__pycache__
use_cases/__pycache__
*/__pycache__
tests/__pycache__
test_li.py
test_li*
dist/
li_test/
lib/
logs/
__pycache__/
# docs/source/
llama3/
docs/build/
docs/_build/
# docs/source/_templates
docs/source/documents/
# docs/source/apis/*
tests/log_test/*.log
lib/
li_test/
.mypy_cache/
.pytest_cache/
local_cache/
/*.txt
*.pth
data/
traces/
*.log
storage/
*.pkl
Expand All @@ -45,6 +34,5 @@ storage/
index.faiss
*.json
*.svg
cache_datasets/
ckpt/
hotpot_qa*/
# ignore the softlink to adalflow cache
*.adalflow
3 changes: 3 additions & 0 deletions adalflow/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## [0.2.0] - 2024-08-02
### Added
- Optimizer: `paramter`, `GradComponent`, `Optimizer`, `AdalComponent`, and `Trainer`.
## [0.1.0-beta.6] - 2024-07-23

Rename the `lightrag` package to `adalflow`.
Expand Down
34 changes: 0 additions & 34 deletions lightrag/lightrag/__init__.py

This file was deleted.

Loading

0 comments on commit d559950

Please sign in to comment.