Skip to content

Commit

Permalink
fix doc building
Browse files Browse the repository at this point in the history
  • Loading branch information
RLKRo committed Nov 15, 2024
1 parent a91d1b0 commit 35652e4
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions chatsky/llm/methods.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""
LLM methods.
---------
LLM methods
-----------
In this file stored unified functions for some basic condition cases
including regex search, semantic distance (cosine) etc.
"""
Expand Down
2 changes: 1 addition & 1 deletion chatsky/llm/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ async def message_to_langchain(message: Message, ctx: Context, source: str = "hu
:param ctx: Context the message belongs to.
:param source: Source of a message [`human`, `ai`, `system`]. Defaults to "human".
:param max_size: Maximum size of the message in symbols.
If exceed the limit will raise ValueError. Is not affected by system prompt size.
If exceed the limit will raise ValueError. Is not affected by system prompt size.
:return: Langchain message object.
:rtype: HumanMessage|AIMessage|SystemMessage
Expand Down
2 changes: 1 addition & 1 deletion chatsky/slots/llm.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""
LLM Slots.
LLM Slots
---------
This module contains Slots based on LLMs structured outputs,
that can easily infer requested information from an unstructured user's request.
Expand Down
1 change: 1 addition & 0 deletions docs/source/user_guides.rst
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ objects -- from yaml or json files.
:hidden:

user_guides/basic_conceptions
user_guides/llm_integration
user_guides/slot_extraction
user_guides/context_guide
user_guides/superset_guide
Expand Down

0 comments on commit 35652e4

Please sign in to comment.