Compare commits

..

2 Commits

Author SHA1 Message Date
Alex Yang 6884a1e1b0 docs: copy 2024-01-14 17:41:16 -06:00
Alex Yang f920d9944b docs: update README.md 2024-01-14 17:36:36 -06:00
7 changed files with 13 additions and 16 deletions
+5
View File
@@ -0,0 +1,5 @@
---
"create-llama": patch
---
fix: re-organize file structure
+5
View File
@@ -0,0 +1,5 @@
---
"llamaindex": patch
---
feat: support together AI
-6
View File
@@ -1,11 +1,5 @@
# llamaindex
## 0.0.45
### Patch Changes
- 2e6b36e: feat: support together AI
## 0.0.44
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "llamaindex",
"version": "0.0.45",
"version": "0.0.44",
"license": "MIT",
"dependencies": {
"@anthropic-ai/sdk": "^0.9.1",
-7
View File
@@ -1,12 +1,5 @@
# create-llama
## 0.0.14
### Patch Changes
- 2e6b36e: fix: re-organize file structure
- 2b356c8: fix: relative path incorrect
## 0.0.13
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "create-llama",
"version": "0.0.14",
"version": "0.0.13",
"keywords": [
"rag",
"llamaindex",
+1 -1
View File
@@ -40,7 +40,7 @@ const getVectorDbChoices = (framework: TemplateFramework) => {
];
const vectodbLang = framework === "fastapi" ? "python" : "typescript";
const compPath = path.join(__dirname, "..", "templates", "components");
const compPath = path.join(__dirname, "components");
const vectordbPath = path.join(compPath, "vectordbs", vectodbLang);
const availableChoices = fs