mirror of
https://github.com/run-llama/notebookllama.git
synced 2026-06-30 22:17:57 -04:00
fix: change file imports for accuracy in create_llama_cloud_index
This commit is contained in:
@@ -1,7 +1,12 @@
|
||||
import asyncio
|
||||
import os
|
||||
import sys
|
||||
|
||||
sys.path.insert(0, os.path.abspath(os.path.join(os.path.dirname(__file__), "..")))
|
||||
|
||||
|
||||
from dotenv import load_dotenv
|
||||
from tools.cli.embedding_app import EmbeddingSetupApp
|
||||
from cli.embedding_app import EmbeddingSetupApp
|
||||
from src.notebookllama.utils import create_llamacloud_client
|
||||
|
||||
from llama_cloud import (
|
||||
|
||||
Reference in New Issue
Block a user