Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Example configurations needed in notebooks. #156

Open
mkoivi opened this issue Aug 22, 2024 · 1 comment
Open

[BUG] Example configurations needed in notebooks. #156

mkoivi opened this issue Aug 22, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@mkoivi
Copy link

mkoivi commented Aug 22, 2024

Describe the bug

Quickstart.ipynb:

  • file_directory: a local directory of text files. The file structure should be flat,
    with no nested directories. (i.e. file_directory/file1.txt, file_directory/file2.txt, etc.)
  • storage_name: a unique name to identify a blob storage container in Azure where files
    from file_directory will be uploaded.
  • index_name: a unique name to identify a single graphrag knowledge graph index.
    Note: Multiple indexes may be created from the same storage_name blob storage container.
  • endpoint: the base/endpoint URL for the GraphRAG API (this is the Gateway URL found in the APIM resource).

Please provide example values for each variable. For example ' a unique name to identify a blob storage container in Azure ' is misleading - container endpoint URL does not seems to be correct here.

@mkoivi mkoivi added the bug Something isn't working label Aug 22, 2024
@timothymeyers
Copy link
Contributor

related to #127

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants