Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
alexfilothodoros committed Dec 1, 2023
1 parent b028ab7 commit 8eb7af1
Showing 1 changed file with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,10 +95,25 @@ You can set the configuration either through natural language or manually for bo
- **Embeddings**: Supports text-embedding-ada-002 by default, but also supports Hugging Face models. To use a hugging face model simply prepend with local, e.g. local:BAAI/bge-small-en.


## Resources

Running into issues? Please file a GitHub issue or join our [Discord](https://discord.gg/dGcwcsnxhU).

## Running into issues?
Please file a GitHub issue or join our [Discord](https://discord.gg/dGcwcsnxhU).

When raising an issue please be as descriptive as possible, so others can try to reproduce the issue.
Please following these steps:

### Provide a Title
Write a concise and descriptive title for your issue. This should give a quick overview of the problem or feature you're addressing.

### Describe the Issue
Please pprovide a detailed description of the issue. Include information such as:
Steps to reproduce the problem (if it's a bug).
The expected behavior.
The actual behavior (if it's a bug).
Screenshots or code snippets, if applicable.

## Resources
This app was built with [LlamaIndex Python](https://github.com/run-llama/llama_index).

See our launch blog post [here](https://blog.llamaindex.ai/introducing-rags-your-personalized-chatgpt-experience-over-your-data-2b9d140769b1).

0 comments on commit 8eb7af1

Please sign in to comment.