Skip to content

Commit 97cdd28

Browse files
authored
Merge pull request #19 from run-llama/clelia/fix-index-creation
fix: index creation with default settings
2 parents 4305ae9 + e122971 commit 97cdd28

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "notebookllama"
3-
version = "0.2.2"
3+
version = "0.2.2.post1"
44
description = "An OSS and LlamaCloud-backed alternative to NotebookLM"
55
readme = "README.md"
66
requires-python = ">=3.13"

tools/create_llama_cloud_index.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ def main():
7878

7979
if app1.title == "With Default Settings":
8080
default(client=client)
81+
return 0
8182
else:
8283
app2 = SelectEmbeddingApp()
8384
app2.run()

0 commit comments

Comments
 (0)