You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,7 +53,7 @@ chances of your issue being dealt with quickly:
53
53
***Suggest a Fix** - if you can't fix the bug yourself, perhaps you can point to what might be
54
54
causing the problem (line of code or commit)
55
55
56
-
You can file new issues by providing the above information at the corresponding repository's issues link: https://github.com/Azure-Samples/llamaindex-search-javascript/issues/new].
56
+
You can file new issues by providing the above information at the corresponding repository's issues link: https://github.com/Azure-Samples/llama-index-vector-search-javascript/issues/new].
Copy file name to clipboardExpand all lines: README.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ products:
13
13
- aca
14
14
- azure
15
15
page_type: sample
16
-
urlFragment: llamaindex-search-javascript
16
+
urlFragment: llama-index-vector-search-javascript
17
17
----->
18
18
19
19
## LlamaIndex RAG chat app with Azure OpenAI and Azure AI Search (JavaScript)
@@ -23,7 +23,7 @@ This solution creates a ChatGPT-like, Retrieval Augmented Generation (RAG) agent
23
23
Learn more about developing AI apps using [Azure AI Services](https://aka.ms/azai).
24
24
25
25
[](https://github.com/codespaces/new?hide_repo_select=true&ref=main&repo=890591076&machine=standardLinux32gb&devcontainer_path=.devcontainer%2Fdevcontainer.json&location=WestUs2)
26
-
[](https://vscode.dev/redirect?url=vscode://ms-vscode-remote.remote-containers/cloneInVolume?url=https://github.com/azure-samples/llamaindex-search-javascript)
26
+
[](https://vscode.dev/redirect?url=vscode://ms-vscode-remote.remote-containers/cloneInVolume?url=https://github.com/azure-samples/llama-index-vector-search-javascript)
27
27
28
28
## Important Security Notice
29
29
@@ -49,13 +49,13 @@ This template, the application code and configuration it contains, has been buil
The repo includes sample data so it's ready to try end to end. In this sample application we use one of Paul Graham's essays, [What I Worked On](https://paulgraham.com/worked.html), and the experience allows you to ask questions about this essay.
0 commit comments