Skip to content

Commit

Permalink
use correct var
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanrfrazier committed Jun 15, 2024
1 parent f1cc394 commit fc5929d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/astradb/langchain_astradb/chat_message_histories.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def __init__(
namespace=namespace,
setup_mode=setup_mode,
pre_delete_collection=pre_delete_collection,
default_indexing_policy=DEFAULT_COLLECTION_NAME,
default_indexing_policy=DEFAULT_INDEXING_OPTIONS,
)

self.collection = self.astra_env.collection
Expand Down

0 comments on commit fc5929d

Please sign in to comment.