Skip to content

Commit 135d6d5

Browse files
added fix for newer examples not working (eg. semantic reranker)
1 parent b5fad1b commit 135d6d5

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

‎docs/community/troubleshooting.md‎

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,15 @@ If you have any trouble, feel free to raise an Issue and we can provide you with
8787
-- usually the issue will be related to the retrieval step and formation of the Prompt, and as always, good pipelines and a little experimentation usually help !
8888

8989

90+
8. **Newly added examples not working as intended**
91+
92+
-- If you run a recently added example and it does not run as intended, it is possible that the feature being used in the example has not yet been added to the latest pip install.
93+
94+
-- To fix this, move the example file to the outer-most directory of the repository, so that the example file you are trying to run is in the same directory as the `llmware` source code directory.
95+
96+
-- This will let you run the example using the latest source code!
97+
98+
9099
# More information about the project - [see main repository](https://www.github.com/llmware-ai/llmware.git)
91100

92101

0 commit comments

Comments
 (0)