Skip to content

Commit

Permalink
fix urls
Browse files Browse the repository at this point in the history
  • Loading branch information
amn41 committed Oct 17, 2023
1 parent d1d5c0e commit 3b4dbe9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/docs/action-server/knowledge-base-actions.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -563,7 +563,7 @@ You can customize your `InMemoryKnowledgeBase` by overwriting the following func
You can overwrite it by calling the function `set_ordinal_mention_mapping()`.
If you want to learn more about how this mapping is used, check out [Resolve Mentions](./knowledge-base-actions.mdx#resolve-mentions).

See the [example bot](https://github.com/RasaHQ/rasa/blob/main/examples/knowledgebasebot/actions/actions.py) for an
See the [example bot](https://github.com/RasaHQ/rasa/blob/main/examples/nlu_based/knowledgebasebot/actions/actions.py) for an
example implementation of an `InMemoryKnowledgeBase` that uses the method `set_representation_function_of_object()`
to overwrite the default representation of the object type “hotel.”
The implementation of the `InMemoryKnowledgeBase` itself can be found in the
Expand Down
3 changes: 2 additions & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,8 @@
"^https://github\\.com/mit-nlp/MITIE/releases/download/v0\\.4/MITIE-models-v0\\.2\\.tar\\.bz2$",
"^https://forum.rasa.com/t/rasa-open-source-2-0-is-out-now-internal-draft/35577$",
"https://docs-test-001.openai.azure.com",
"^https://github.com/RasaHQ/rasa/tree/main/examples/*"
"^https://github.com/RasaHQ/rasa/tree/main/examples/*",
"^https://github.com/RasaHQ/rasa/blob/main/examples/*"
]
}
]
Expand Down

0 comments on commit 3b4dbe9

Please sign in to comment.