-
Notifications
You must be signed in to change notification settings - Fork 285
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: Add Phoenix Llamaindex RAG Demo notebook + chunks + questions (#…
…4202) * wip * wip * wip * traces/evals * updated and fixed * fix names * fixtures * transfer fixtures outsiide of git * expose new demo data as trace dataset fixture * remove unnecessary notebook * remove json files and add to .gitignore * rename directory/files, fix .gitignore * rename * fix notebook and fixtures with renamed files * missed a section * formatting * post-review changes * updated notebook --------- Co-authored-by: Chris Park <cjpark@berkeley.edu>
- Loading branch information
1 parent
431b293
commit 7f1b817
Showing
5 changed files
with
1,351 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,3 +25,6 @@ coverage.xml | |
|
||
# devtools | ||
pyrightconfig.json | ||
|
||
# Demo data | ||
tutorials/internal/demo_llama_index/*.json |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
*.json | ||
*.parquet |
Oops, something went wrong.