Skip to content

Commit

Permalink
reset sample
Browse files Browse the repository at this point in the history
  • Loading branch information
eavanvalkenburg committed Nov 13, 2024
1 parent f72e542 commit 28d4d25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/samples/concepts/memory/new_memory.py
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ async def main(collection: str, use_azure_openai: bool, embedding_model: str):
argparse.ArgumentParser()

parser = argparse.ArgumentParser()
parser.add_argument("--collection", default="weaviate", choices=collections.keys(), help="What collection to use.")
parser.add_argument("--collection", default="in_memory", choices=collections.keys(), help="What collection to use.")
# Option of whether to use OpenAI or Azure OpenAI.
parser.add_argument("--use-azure-openai", action="store_true", help="Use Azure OpenAI instead of OpenAI.")
# Model
Expand Down

0 comments on commit 28d4d25

Please sign in to comment.