We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4305ae9 + e122971 commit 97cdd28Copy full SHA for 97cdd28
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "notebookllama"
3
-version = "0.2.2"
+version = "0.2.2.post1"
4
description = "An OSS and LlamaCloud-backed alternative to NotebookLM"
5
readme = "README.md"
6
requires-python = ">=3.13"
tools/create_llama_cloud_index.py
@@ -78,6 +78,7 @@ def main():
78
79
if app1.title == "With Default Settings":
80
default(client=client)
81
+ return 0
82
else:
83
app2 = SelectEmbeddingApp()
84
app2.run()
0 commit comments