Skip to content

Commit

Permalink
add setting descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
pnadolny13 committed Aug 7, 2023
1 parent eb0a2d3 commit 50e35fa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions map_gpt_embeddings/mappers.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,13 @@ def map_schema_message(self, message_dict: dict) -> t.Iterable[Message]:
"document_text_property",
th.StringType,
default="page_content",
description="The name of the property containing the document text."
),
th.Property(
"document_metadata_property",
th.StringType,
default="metadata",
description="The name of the property containing the document metadata."
),
th.Property(
"openai_api_key",
Expand Down

0 comments on commit 50e35fa

Please sign in to comment.