Skip to content
Snippets Groups Projects
Unverified Commit dbc853bc authored by Emanuel Ferreira's avatar Emanuel Ferreira Committed by GitHub
Browse files

chore: fix paths and docs (#569)

parent c8396c5a
No related branches found
No related tags found
No related merge requests found
......@@ -27,6 +27,6 @@ These evaluation modules are in the following forms:
## Usage
- [Correctness Evaluator](correctness.md)
- [Faithfulness Evaluator](faithfulness.md)
- [Relevancy Evaluator](relevancy.md)
- [Correctness Evaluator](./modules/correctness.md)
- [Faithfulness Evaluator](./modules/faithfulness.md)
- [Relevancy Evaluator](./modules/relevancy.md)
......@@ -16,6 +16,7 @@
},
"dependencies": {
"@docusaurus/core": "^3.1.1",
"@llamaindex/env": "workspace:*",
"@docusaurus/remark-plugin-npm2yarn": "^3.1.1",
"@mdx-js/react": "^3.0.0",
"clsx": "^2.1.0",
......
......@@ -48,6 +48,9 @@ importers:
'@docusaurus/remark-plugin-npm2yarn':
specifier: ^3.1.1
version: 3.1.1
'@llamaindex/env':
specifier: workspace:*
version: link:../../packages/env
'@mdx-js/react':
specifier: ^3.0.0
version: 3.0.0(@types/react@18.2.55)(react@18.2.0)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment