Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
201 commits
Select commit Hold shift + click to select a range
fc84f48
initialized package
adhocmaster Aug 10, 2023
5c038c2
fixed paths
adhocmaster Aug 10, 2023
54b9e18
URLUtils to be tested
adhocmaster Aug 10, 2023
9cf0ccb
asyncified
adhocmaster Aug 10, 2023
b81bf5d
fixed compilation errors. brands cannot be used in enums
adhocmaster Aug 10, 2023
c11938e
why are tests not compiled?
adhocmaster Aug 10, 2023
fff3841
working on the classifier
adhocmaster Aug 10, 2023
17f6457
fix types
adhocmaster Aug 10, 2023
088221c
fixed typing
adhocmaster Aug 10, 2023
84a1ebe
url keywords are hard
adhocmaster Aug 10, 2023
ebe3092
match started
adhocmaster Aug 11, 2023
6f5fd39
prototype for detection is done
adhocmaster Aug 11, 2023
20bb043
refactored
adhocmaster Aug 15, 2023
049550b
most methods in URLUtils are synchronized calls. Sets instead of List…
adhocmaster Aug 15, 2023
d8a875c
Update KeywordRepository.ts
adhocmaster Aug 15, 2023
65ca28f
Merge branch 'develop' into feat/ENGT-1699
adhocmaster Aug 17, 2023
d7d476e
updated yarn lock
adhocmaster Aug 17, 2023
086ba04
interfaces
adhocmaster Aug 17, 2023
44566cf
next builder patterns for prompts
adhocmaster Aug 17, 2023
b7f93f8
Update README.md
adhocmaster Aug 17, 2023
20bfcab
builder
adhocmaster Aug 17, 2023
27f953c
Create ProductUtils.ts
adhocmaster Aug 17, 2023
b7c93bd
more primitives and first prompt builder
adhocmaster Aug 17, 2023
5edda16
working on the director
adhocmaster Aug 17, 2023
f05f178
rest of chalie's comments
adhocmaster Aug 22, 2023
d42c829
Merge branch 'develop' into feat/ENGT-1699
adhocmaster Aug 22, 2023
193d4a9
Merge branch 'feat/ENGT-1699' into feat/ENGT-1717
adhocmaster Aug 22, 2023
9e3abcc
refactoring, supporting mechanism for multiple provider structures
adhocmaster Aug 22, 2023
1bafd1f
now unit tests
adhocmaster Aug 22, 2023
4beb8d2
started tests
adhocmaster Aug 22, 2023
3712b5f
Update PurchaseHistoryPromptBuilder.test.ts
adhocmaster Aug 22, 2023
798b72e
Merge branch 'develop' into feat/ENGT-1717
adhocmaster Aug 22, 2023
a88618f
Update PurchaseHistoryPromptBuilder.test.ts
adhocmaster Aug 24, 2023
0060b94
new api works
adhocmaster Aug 24, 2023
8014175
moving to product persistence
adhocmaster Aug 24, 2023
6c05d55
shopping data package initiated
adhocmaster Aug 24, 2023
e00dec1
working on parsing
adhocmaster Aug 24, 2023
e7252e9
testing parser. updated prompt to have consistent prompt
adhocmaster Aug 24, 2023
8597321
fix
adhocmaster Aug 24, 2023
cb51dda
response parser works. Now the repository
adhocmaster Aug 24, 2023
2901106
provider and prompt director tested
adhocmaster Aug 25, 2023
928fe6d
scraper service almost done. Need the repository
adhocmaster Aug 25, 2023
d45cdca
Amazon utils for navigation
adhocmaster Aug 29, 2023
f50d182
Merge branch 'develop' into feat/ENGT-1717
adhocmaster Aug 29, 2023
6efe013
objects and common utils version changes
adhocmaster Aug 29, 2023
a388307
not compiling due to node utils
adhocmaster Aug 29, 2023
44006e6
text processor test
adhocmaster Aug 29, 2023
e9fb86d
text processor pass
adhocmaster Aug 29, 2023
3dca862
extracted Persistence Interface
adhocmaster Aug 29, 2023
e4434b8
shopping data purchase repository.
adhocmaster Aug 29, 2023
31a8d4c
circular circular
adhocmaster Aug 29, 2023
c5b6738
repository injected
adhocmaster Aug 29, 2023
d0b3298
Update LLMScraperService.ts
adhocmaster Aug 29, 2023
aad279c
now test the LLMScraper and you are done for the api for now
adhocmaster Aug 29, 2023
5b33258
having trouble with testdouble
adhocmaster Aug 31, 2023
02e0d80
one service for all
adhocmaster Sep 5, 2023
4f37abe
added language to purchases. writing purchase utils. updated persiste…
adhocmaster Sep 5, 2023
433b730
working on nlp package
adhocmaster Sep 6, 2023
71924ba
nlp nlp
adhocmaster Sep 6, 2023
dcb746f
close to hashing products
adhocmaster Sep 6, 2023
4fbcb56
Stemmer requires stopwords
adhocmaster Sep 6, 2023
a5725a1
product has working
adhocmaster Sep 6, 2023
442aad2
purchase utils close
adhocmaster Sep 6, 2023
2aca360
undefined tokens
adhocmaster Sep 6, 2023
ded0d25
Update PurchaseUtils.test.ts
adhocmaster Sep 6, 2023
35712ac
Update PurchaseRepository.ts
adhocmaster Sep 6, 2023
01d34bd
Shopping Data dashboard started routing etc done
Erdem-cevik Sep 8, 2023
a115d0c
ShoppingDataDashboard done with static values
Erdem-cevik Sep 11, 2023
fe542c5
doc and linked nlp to core
adhocmaster Sep 12, 2023
ff3175e
Merge branch 'feat/ENGT-1717' into feat/ENGT-1752
Erdem-cevik Sep 12, 2023
f8cc930
Merge branch 'develop' into feat/ENGT-1717
adhocmaster Sep 14, 2023
2da8519
fixing merge 1. Master indexer?
adhocmaster Sep 14, 2023
e96b71a
total refactoring
adhocmaster Sep 14, 2023
97599f9
import errors
adhocmaster Sep 14, 2023
82714ad
tests runs after refactoring
adhocmaster Sep 14, 2023
976e08f
interfaces exported through core
adhocmaster Sep 14, 2023
ae9014e
Merge branch 'feat/ENGT-1717' into feat/ENGT-1752
Erdem-cevik Sep 14, 2023
8c24582
something is wrong with indexer container registration
adhocmaster Sep 14, 2023
8656a78
duplicate indexer registrations
adhocmaster Sep 14, 2023
60ab2ab
fixed modules and refactored
adhocmaster Sep 14, 2023
5f6dee4
plumbing wor4ks
adhocmaster Sep 14, 2023
1db0ec3
scraper integration scrape classifyURL done
Erdem-cevik Sep 14, 2023
1d340da
scraper service integrated done
Erdem-cevik Sep 17, 2023
fe7019d
scraper navigation done scraper some bug fixes
Erdem-cevik Sep 18, 2023
f65ba6a
fixing tiktoken
adhocmaster Sep 21, 2023
3897476
Update package.json
adhocmaster Sep 21, 2023
82e212b
Update yarn.lock
adhocmaster Sep 21, 2023
4e04bb6
Merge branch 'feat/ENGT-1717' into feat/ENGT-1752
Erdem-cevik Sep 25, 2023
92f4ddd
added missing injections
adhocmaster Sep 25, 2023
3958ef2
Merge branch 'feat/ENGT-1717' into feat/ENGT-1752
Erdem-cevik Sep 25, 2023
0d6e83d
integration of scraper and scraper navigation done
Erdem-cevik Sep 27, 2023
78e20ce
Merge branch 'develop' into feat/ENGT-1717
adhocmaster Sep 28, 2023
3a71998
missing modules
adhocmaster Oct 5, 2023
384dfac
checkUrl amazon and checking functions
Erdem-cevik Oct 5, 2023
3c09949
Merge branch 'feat/ENGT-1717' into feat/ENGT-1752
Erdem-cevik Oct 5, 2023
9edc057
Update yarn.lock
adhocmaster Oct 5, 2023
f8fd61a
scraper config done
Erdem-cevik Oct 7, 2023
29a05be
scraper config done
Erdem-cevik Oct 7, 2023
a893866
Update LLMPurchaseHistoryUtilsChatGPT.ts
adhocmaster Oct 11, 2023
c4b7e5e
handled non purchases and empties
adhocmaster Oct 11, 2023
bfcf262
Merge branch 'feat/ENGT-1717' into feat/ENGT-1752
Erdem-cevik Oct 11, 2023
da41053
print error when object store fails
adhocmaster Oct 17, 2023
51405d7
Update VolatileStorageSchemaProvider.ts
adhocmaster Oct 18, 2023
0cb2107
Update IndexedDB.ts
adhocmaster Oct 18, 2023
dde04a6
purchase id
adhocmaster Oct 18, 2023
38651cc
unknown category
adhocmaster Oct 18, 2023
c6a56eb
Update purchases.ts
adhocmaster Oct 18, 2023
9391996
Update IndexedDB.ts
adhocmaster Oct 19, 2023
4745b2d
Merge branch 'develop' into feat/ENGT-1717
adhocmaster Oct 19, 2023
aa174f4
working on product meta
adhocmaster Oct 19, 2023
44379d2
prompt builder almost done
adhocmaster Oct 19, 2023
2100d38
product meta utils test done
adhocmaster Oct 19, 2023
710475b
testing prompt director
adhocmaster Oct 19, 2023
01d96b3
Update LLMProductMetaUtilsChatGPT.test.ts
adhocmaster Oct 19, 2023
5271274
wiring up, firing up
adhocmaster Oct 19, 2023
2fe99d5
Purchase Service done, integrated from core to spa
Erdem-cevik Oct 20, 2023
b1ca605
gotta optimize by not querying categories for purchases if there is a…
adhocmaster Oct 20, 2023
075710b
cleaner code
adhocmaster Oct 23, 2023
1a2ebc7
purchase utils works
adhocmaster Oct 23, 2023
236ddb8
improved types
adhocmaster Oct 23, 2023
d1c0044
popup ui not totally finished
Erdem-cevik Oct 23, 2023
d844ca9
Merge branch 'feat/ENGT-1717' into feat/ENGT-1752
Erdem-cevik Oct 23, 2023
d4fea37
amazon content reduction. trim text as maximum tokens is 4096 includi…
adhocmaster Oct 24, 2023
bbefcc7
Update LLMScraperService.ts
adhocmaster Oct 24, 2023
a1d1b99
Update LLMProductMetaUtilsChatGPT.ts
adhocmaster Oct 24, 2023
f4f7665
Update LLMProductMetaUtilsChatGPT.ts
adhocmaster Oct 24, 2023
ff51b66
bug fixes at popup after scraping done
Erdem-cevik Oct 24, 2023
e43d6b6
Merge branch 'feat/ENGT-1717' into feat/ENGT-1752
Erdem-cevik Oct 24, 2023
cba7319
amazonTable added to spa
Erdem-cevik Nov 1, 2023
41cef22
bug fix
Erdem-cevik Nov 1, 2023
f3dfe6a
navigation at amazon start not done
Erdem-cevik Nov 2, 2023
744dba0
Merge branch 'develop' into feat/ENGT-1752
Erdem-cevik Nov 3, 2023
dad212a
merge conflict fixes
Erdem-cevik Nov 3, 2023
b3c34c0
amazon table update and scrape all order history
Erdem-cevik Nov 9, 2023
21793d4
Merge branch 'develop' into feat/ENGT-1752
Erdem-cevik Nov 9, 2023
43b493f
conflict fixes
Erdem-cevik Nov 9, 2023
adaef4f
check to proxytype at dashboard layout
Erdem-cevik Nov 9, 2023
2c6e71f
Merge branch 'develop' into feat/ENGT-1752
Erdem-cevik Nov 9, 2023
7011fc1
update: dockerfile
Erdem-cevik Nov 9, 2023
e7d6622
update: dockerfile
Erdem-cevik Nov 9, 2023
10fa314
ShoppingData Service at synamint sdk
Erdem-cevik Nov 10, 2023
3bbecf6
Merge branch 'develop' into feat/ENGT-1752
Erdem-cevik Nov 15, 2023
40e6fc0
iframecomponent added to show only on iframe
Erdem-cevik Nov 15, 2023
c42d2a4
clearing code,Iframecomponent,connection status
Erdem-cevik Nov 29, 2023
a0c5873
Making shoppingData compatible with v2 and move
Erdem-cevik Nov 30, 2023
bb7494d
Merge branch 'develop' into feat/ENGT-1752
Erdem-cevik Dec 4, 2023
2061af9
to resolve review comments
Erdem-cevik Dec 6, 2023
a30d16d
provider to repository
adhocmaster Dec 6, 2023
90797cf
moved html preprocessors
adhocmaster Dec 6, 2023
d372077
Update LLMScraperService.ts
adhocmaster Dec 6, 2023
3cfd9e5
more resolved items
adhocmaster Dec 6, 2023
6498199
Update HTMLPreProcessor.test.ts
adhocmaster Dec 6, 2023
a0749d2
moving shopping data objects to objects package
adhocmaster Dec 12, 2023
888d3e8
deleted duplicates
adhocmaster Dec 12, 2023
9a6ea23
import fix
adhocmaster Dec 12, 2023
d0b0094
all imports fixed
adhocmaster Dec 12, 2023
8f28d37
Update StemmerService.test.ts
adhocmaster Dec 12, 2023
3ac349e
Update ProductMetaPromptBuilder.ts
adhocmaster Dec 12, 2023
dde2e10
comments on openai utils
adhocmaster Dec 12, 2023
633cbef
reduce
adhocmaster Dec 12, 2023
1fc2cf8
Update LLMProductMetaUtilsChatGPT.ts
adhocmaster Dec 12, 2023
be647d4
PageNumber
adhocmaster Dec 12, 2023
8191ba1
PageNumber fixes
adhocmaster Dec 12, 2023
17621f5
llm broken after refactoring
adhocmaster Dec 12, 2023
57f251e
fix variable
adhocmaster Dec 12, 2023
e38c40f
tests pass
adhocmaster Dec 12, 2023
7d1627f
move to the right utils
adhocmaster Dec 12, 2023
51266e5
same refactor as meta
adhocmaster Dec 12, 2023
9d23d77
removed error smells
adhocmaster Dec 12, 2023
f65926a
Merge branch 'develop' into feat/ENGT-1752
Erdem-cevik Dec 18, 2023
1612dc3
proxybridge fix
Erdem-cevik Dec 19, 2023
7180547
assets issue fixed
Erdem-cevik Dec 19, 2023
da8029e
extension navigate issue fixed
Erdem-cevik Dec 19, 2023
b672d19
pieChart (arc) issue done
Erdem-cevik Dec 20, 2023
c4ddfe3
Merge branch 'develop' into feat/ENGT-1752
Erdem-cevik Dec 20, 2023
da76b5e
chatgpt model update
adhocmaster Dec 21, 2023
01a8f8c
Update ChatGPTRepository.ts
adhocmaster Dec 21, 2023
ae1f7e9
back to 4k
adhocmaster Dec 21, 2023
6130ec6
Update LLMPurchaseHistoryUtilsChatGPT.ts
adhocmaster Dec 21, 2023
fcd9754
blank issue at product table fixed
Erdem-cevik Dec 21, 2023
0b6b90c
Merge branch 'develop' into feat/ENGT-1752
Erdem-cevik Dec 21, 2023
5d7b81e
Merge branch 'develop' into feat/ENGT-1752
Erdem-cevik Jan 2, 2024
daaa862
trimmed halucinated purchases
adhocmaster Jan 18, 2024
b619ea2
wordwrap fix. logs added for debug only
adhocmaster Jan 23, 2024
6c15896
Update LLMScraperService.ts
adhocmaster Jan 23, 2024
0b39dd0
Update WebpageClassifier.ts
adhocmaster Jan 23, 2024
7bef470
console logs
Erdem-cevik Jan 23, 2024
406e93f
Update LLMPurchaseValidator.ts
adhocmaster Jan 24, 2024
2983f9b
working on validator for malformed JSON
adhocmaster Jan 24, 2024
04b0938
tests done for malformed LLMResponse
adhocmaster Jan 24, 2024
35d6faf
moved MockLogUtils to commons package. some tests are failing in the …
adhocmaster Jan 24, 2024
4a17b5d
added sanitization for product meta
adhocmaster Jan 24, 2024
42121b0
remove clg
Erdem-cevik Jan 26, 2024
9ebb105
Merge branch 'develop' into feat/ENGT-1752
Erdem-cevik Jan 26, 2024
5f92f12
compile error fix
Erdem-cevik Jan 26, 2024
db4f348
Merge branch 'develop' into feat/ENGT-1752
adhocmaster Mar 4, 2024
1fe62bd
Update objectStores.ts
adhocmaster Mar 4, 2024
19226f0
page number fixes.
adhocmaster Mar 4, 2024
c1e8a53
openai package updates
adhocmaster Mar 4, 2024
b8f9021
Merge branch 'develop' into feat/ENGT-1752
adhocmaster Mar 16, 2024
c13405d
Update IStemmerService.ts
adhocmaster May 1, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,12 @@
"parser": "@typescript-eslint/parser", // Specifies the ESLint parser
"parserOptions": {
"ecmaVersion": 2020, // Allows for the parsing of modern ECMAScript features
"sourceType": "module" // Allows for the use of imports
"sourceType": "module", // Allows for the use of imports
// "babelOptions": {
// "plugins": [
// "@babel/plugin-syntax-import-assertions"
// ],
// },
},
"extends": [
"plugin:import/errors",
Expand Down
69 changes: 66 additions & 3 deletions documentation/ai-scraper/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ participant SJR as Scraper Job Repository
participant LLM as LLM Scraper
participant PU as PromptUtils
participant LLMProvider as LLM Provider
participant T as Text Preprocessor
participant Pre as HTML Preprocessor
participant DTU as DomainTaskUtils

loop Periodically
Expand All @@ -95,8 +95,8 @@ loop Periodically
PU-->LLM: Prompt

loop for each job
LLM->>T: convert HTML to text and minimize
T-->>LLM: minimzed Text
LLM->>Pre: convert HTML to text and minimize
Pre-->>LLM: minimzed Text
LLM->>PU: add to Prompt if have token budget
end

Expand All @@ -118,3 +118,66 @@ end

1. Web-workers
2. IPFS to collect URLs?

### Prompt Builder

```mermaid
classDiagram

class PromptDirector {
+makePurchaseHistoryPrompt(data) Prompt
}

PromptDirector --> PromptBuilder

class PromptBuilder {
<<interface>>
+setExemplars(exemplars)
+setRole(role)
+setQuestion(question)
+setAnswerStructure(structure)
+setData(data)
+getPrompt() Prompt
}

class PurchaseHistoryPromptBuilder {

}
PromptBuilder <|-- PurchaseHistoryPromptBuilder

class ShoppingCartPromptBuilder {

}
PromptBuilder <|-- ShoppingCartPromptBuilder

%% Collection prompts

class CollectionPromptBuilder {

<<interface>>
}
PromptBuilder <|-- CollectionPromptBuilder

class ProductCollectionPromptBuilder {

}
CollectionPromptBuilder <|-- ProductCollectionPromptBuilder

class GameCollectionPromptBuilder {

}
CollectionPromptBuilder <|-- GameCollectionPromptBuilder


%% Single Item Prompts
class ItemDetailsPromptBuilder {

}
PromptBuilder <|-- ItemDetailsPromptBuilder

class OrderDetailsPromptBuilder {

}
ItemDetailsPromptBuilder <|-- OrderDetailsPromptBuilder

```
29 changes: 17 additions & 12 deletions documentation/persistence layer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,18 @@ We add the migrator definition to the same file where we defined the Animal clas
}
}
```
3. Every entity requires a schema which is analogous to table definitions in SQL. We add the schema to [VolatileStorageSchema.ts](./../../packages/persistence/src/volatile/VolatileStorageSchema.ts) by adding an object of type [VolatileTableIndex](./../../packages/persistence/src/volatile/VolatileTableIndex.ts).
3. Every entity requires a schema which is analogous to table definitions in SQL. We add the schema to [VolatileStorageSchemaProvider.ts](./../../packages/persistence/src/volatile/VolatileStorageSchemaProvider.ts) by adding an object of type [VolatileTableIndex](./../../packages/persistence/src/volatile/VolatileTableIndex.ts).
```
new VolatileTableIndex(
ERecordKey.ANIMAL, // The name of our object store / table
"id", // primary key field.
false, // false disables the auto-increment key generator.
new AnimalMigrator(), // migrator that our database client will use to convert data into animal objects.

EBackupPriority.NORMAL, // Backup priority
3600 * 1000, // Backup Interval in milliseconds
config.backupChunkSizeTarget,
[], // Index
),

```
Expand All @@ -65,7 +70,12 @@ We add the migrator definition to the same file where we defined the Animal clas
"id", // primary key field.
false, // false disables the auto-increment key generator.
new AnimalMigrator(),
[['name', false], ['someOtherField', false], [['comp1', 'comp2'], true]

EBackupPriority.NORMAL, // Backup priority
3600 * 1000, // Backup Interval in milliseconds
config.backupChunkSizeTarget,

[['name', false], ['someOtherField', false], [['comp1', 'comp2'], true]]
),


Expand All @@ -78,25 +88,20 @@ In the examples, **this.persistence** is an instance of DataWalletPersistence. A
**Add an animal**: We add a new object to the store by wrapping it in a [VolatileStorageMetadata](./../../packages/objects/src/businessObjects/VolatileStorageMetadata.ts) object.
```
const myDog = new Animal("XX12", "Tom");
const metadata = new VolatileStorageMetadata<Animal>(
EBackupPriority.NORMAL,
myDog,
Animal.CURRENT_VERSION,
);
return this.persistence.updateRecord(ERecordKey.ANIMAL, metadata);
return this.persistence.updateRecord(ERecordKey.ANIMAL, myDog);
```

**Update an animal**: Update works exactly the same way as adding a new object. The engine will update and existing object if an object with the same primary key exists.

**Delete an animal**: Current we only support deleting by the primary key. The value of the primary key needs to be wrapped in a [VolatileStorageKey](./../../packages/objects/src/primitives/VolatileStorageKey.ts) object.

```
return this.persistence.deleteRecord(ERecordKey.ANIMAL, VolatileStorageKey("XX12"), EBackupPriority.NORMAL); // Deletes Tom from the animal store.
return this.persistence.deleteRecord(ERecordKey.ANIMAL, "XX12", EBackupPriority.NORMAL); // Deletes Tom from the animal store.
```

**Find an animal by primary key**:
```
return this.persistence.getObject(ERecordKey.ANIMAL, VolatileStorageKey("XX12"), EBackupPriority.NORMAL); // Deletes Tom from the animal store.
return this.persistence.getObject(ERecordKey.ANIMAL, "XX12", EBackupPriority.NORMAL); // Deletes Tom from the animal store.
```

**Get all animals**:
Expand All @@ -105,7 +110,7 @@ In the examples, **this.persistence** is an instance of DataWalletPersistence. A
```
**Get all animals by an index**:
```
return this.persistence.getAllByIndex(ERecordKey.ANIMAL, "name", IDBValidKey("Tom")); // Analogous to the getCursor function. But it returns all the objects.
return this.persistence.getAllByIndex(ERecordKey.ANIMAL, "name", "Tom"); // Analogous to the getCursor function. But it returns all the objects.
```
**Get all primary keys**:
```
Expand All @@ -115,7 +120,7 @@ In the examples, **this.persistence** is an instance of DataWalletPersistence. A
**Get cursor**:
Cursors can return all the objects or a subset matching an index field. For details, please check [IndexDB](https://developer.mozilla.org/en-US/docs/Web/API/IndexedDB_API/Using_IndexedDB) document.
```
return this.persistence.getCursor(ERecordKey.ANIMAL, "name", IDBValidKey("Tom")); // will return a cursor with all the Toms.
return this.persistence.getCursor(ERecordKey.ANIMAL, "name", "Tom"); // will return a cursor with all the Toms.
```


Expand Down
1 change: 1 addition & 0 deletions documentation/shopping-data/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# TODO
9 changes: 7 additions & 2 deletions packages/ai-scraper/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@snickerdoodlelabs/ai-scraper",
"version": "0.0.18",
"description": "Utilities for parsing and understanding SDQL Queries",
"description": "Web scraper for Data Wallet browser extension",
"license": "MIT",
"repository": {
"type": "git",
Expand Down Expand Up @@ -41,9 +41,14 @@
"dependencies": {
"@snickerdoodlelabs/common-utils": "workspace:^",
"@snickerdoodlelabs/objects": "workspace:^",
"@snickerdoodlelabs/persistence": "workspace:^",
"@snickerdoodlelabs/shopping-data": "workspace:^",
"ethers": "^6.10.0",
"html-to-text": "^9.0.5",
"inversify": "^6.0.2",
"js-tiktoken": "^1.0.8",
"neverthrow": "^5.1.0",
"neverthrow-result-utils": "^2.0.2"
"neverthrow-result-utils": "^2.0.2",
"openai": "^4.0.1"
}
}
Loading