Skip to content

Commit e364778

Browse files
authored
Merge pull request llmware-ai#1163 from llmware-ai/doberst-patch-1
Update example-1-create_first_library.py
2 parents cfb9336 + c7fc670 commit e364778

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

‎fast_start/rag/example-1-create_first_library.py‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ def parsing_documents_into_library(library_name, sample_folder):
102102
# optional - set the active DB to be used - by default, it is "mongo"
103103
# if you are just getting started, and have not installed a separate db, select "sqlite"
104104

105+
# update: as of llmware v0.4.0 (March 2025), the default db is set to sqlite
105106
LLMWareConfig().set_active_db("sqlite")
106107

107108
# if you want to see a different log view, e.g., see a list of each parsed files 'in progress',

0 commit comments

Comments
 (0)