You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/community/troubleshooting.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -87,6 +87,15 @@ If you have any trouble, feel free to raise an Issue and we can provide you with
87
87
-- 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 !
88
88
89
89
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
+
90
99
# More information about the project - [see main repository](https://www.github.com/llmware-ai/llmware.git)
0 commit comments