Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
ollama
Commits
5c48fe1f
Unverified
Commit
5c48fe1f
authored
Oct 30, 2023
by
Matt Williams
Committed by
GitHub
Oct 30, 2023
Browse files
Update examples/langchain-python-rag-privategpt/constants.py
Co-authored-by:
Bruce MacDonald
<
brucewmacdonald@gmail.com
>
parent
f7856a57
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
examples/langchain-python-rag-privategpt/constants.py
examples/langchain-python-rag-privategpt/constants.py
+0
-1
No files found.
examples/langchain-python-rag-privategpt/constants.py
View file @
5c48fe1f
...
@@ -6,7 +6,6 @@ PERSIST_DIRECTORY = os.environ.get('PERSIST_DIRECTORY', 'db')
...
@@ -6,7 +6,6 @@ PERSIST_DIRECTORY = os.environ.get('PERSIST_DIRECTORY', 'db')
# Define the Chroma settings
# Define the Chroma settings
CHROMA_SETTINGS
=
Settings
(
CHROMA_SETTINGS
=
Settings
(
# chroma_db_impl='duckdb+parquet',
persist_directory
=
PERSIST_DIRECTORY
,
persist_directory
=
PERSIST_DIRECTORY
,
anonymized_telemetry
=
False
anonymized_telemetry
=
False
)
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment