Skip to content

Commit 5d877c8

Browse files
committed
minor adjustments
1 parent 24261f6 commit 5d877c8

File tree

8 files changed

+10
-11
lines changed

8 files changed

+10
-11
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ const imageEmbeddings = await client.createEmbedding({
131131

132132
```bash
133133
# Clone the repository
134-
git clone https://github.com/HalemoGPA/colivara-ts.git
134+
git clone https://github.com/tjmlabs/colivara-ts
135135

136136
# Install dependencies
137137
npm install

api.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* Colivara is a suite of services that allows you to store, search, and retrieve documents based on their visual embeddings. It is a web-first implementation of the ColPali paper using ColQwen2 as backend model. It works exacly like RAG from the end-user standpoint - but using vision models instead of chunking and text-processing for documents.
66
*
77
* The version of the OpenAPI document: 1.0.0
8-
* Contact: abdulhaleem@tjmlabs.com
8+
* Contact: founders@colivara.com
99
*
1010
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
1111
* https://openapi-generator.tech

base.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* Colivara is a suite of services that allows you to store, search, and retrieve documents based on their visual embeddings. It is a web-first implementation of the ColPali paper using ColQwen2 as backend model. It works exacly like RAG from the end-user standpoint - but using vision models instead of chunking and text-processing for documents.
66
*
77
* The version of the OpenAPI document: 1.0.0
8-
* Contact: abdulhaleem@tjmlabs.com
8+
* Contact: founders@colivara.com
99
*
1010
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
1111
* https://openapi-generator.tech

common.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* Colivara is a suite of services that allows you to store, search, and retrieve documents based on their visual embeddings. It is a web-first implementation of the ColPali paper using ColQwen2 as backend model. It works exacly like RAG from the end-user standpoint - but using vision models instead of chunking and text-processing for documents.
66
*
77
* The version of the OpenAPI document: 1.0.0
8-
* Contact: abdulhaleem@tjmlabs.com
8+
* Contact: founders@colivara.com
99
*
1010
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
1111
* https://openapi-generator.tech

config.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ packageName: colivara_ts
33
projectName: colivara-ts
44
packageUrl: "https://github.com/tjmlabs/colivara-ts"
55
packageTitle: 'Colivara TypeScript SDK'
6-
infoName: "Abdulhaleem"
7-
infoEmail: "abdulhaleem@tjmlabs.com"
6+
infoName: "TJM Labs"
7+
infoEmail: "founders@colivara.com"
88
licenceName: "Apache-2.0"
99
typescript:
1010
packageName: colivara_ts
@@ -13,7 +13,6 @@ typescript:
1313
npmVersion: "1.0.0"
1414
npmRepository: "https://registry.npmjs.org/"
1515
gitHost: github.com
16-
gitUserId: HalemoGPA
1716
gitRepoId: colivara-ts
1817
authMethods:
1918
- api_key

configuration.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* Colivara is a suite of services that allows you to store, search, and retrieve documents based on their visual embeddings. It is a web-first implementation of the ColPali paper using ColQwen2 as backend model. It works exacly like RAG from the end-user standpoint - but using vision models instead of chunking and text-processing for documents.
66
*
77
* The version of the OpenAPI document: 1.0.0
8-
* Contact: abdulhaleem@tjmlabs.com
8+
* Contact: founders@colivara.com
99
*
1010
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
1111
* https://openapi-generator.tech

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"compilerOptions": {
3-
"target": "es2017",
3+
"target": "es2018",
44
"module": "commonjs",
55
"declaration": true,
66
"outDir": "./dist",

0 commit comments

Comments
 (0)