Compare commits

..

5 Commits

Author SHA1 Message Date
Logan Markewich 9c566b0530 patch import 2023-07-21 12:06:22 -06:00
Simon Suo a594e22d2d Merge pull request #18 from run-llama/suo/update_github_link
Update Github link on docs
2023-07-21 10:50:28 -07:00
Simon Suo 91615a6602 update 2023-07-21 10:49:30 -07:00
Simon Suo 43144ae782 wip 2023-07-21 10:47:49 -07:00
Logan e927fc1800 Merge pull request #17 from run-llama/logan/starter_patch
replace -- chars
2023-07-21 11:31:14 -06:00
2 changed files with 3 additions and 4 deletions
+2 -3
View File
@@ -43,9 +43,8 @@ Once you're up and running, [High-Level Concepts](./concepts.md) has an overview
To download or contribute, find LlamaIndex on:
- Github: https://github.com/jerryjliu/llama_index
- LlamaIndex (NPM): https://www.npmjs.com/package/llamaindex
- LlamaIndex (Python): https://pypi.org/project/llama-index/.
- Github: https://github.com/run-llama/LlamaIndexTS
- NPM: https://www.npmjs.com/package/llamaindex
## Community
+1 -1
View File
@@ -1,4 +1,4 @@
import { LlamaDeuce } from "llamaindex/src/llm/LLM";
import { LlamaDeuce } from "llamaindex";
(async () => {
const deuce = new LlamaDeuce();