1.0.3 • Published 6 months ago

azu-js v1.0.3

Weekly downloads
3
License
MIT
Repository
-
Last release
6 months ago

azu-js


azu-js Current Implementation State and Roadmap

Functionalityv1.0.3 SupportCodebase StateImplementation Class
Azure Blob StorageyesImplementedBlobUtil
Local FilesystemyesImplementedFileUtil
Azure Cosmos DB NoSQL APIyesImplementedCosmosNoSqlUtil
Azure OpenAIyesImplemented (1)OpenAiUtil
Azure Cognitive SearchyesImplemented (2)CogSearchUtil
Azure Cosmos DB Mongo APInoNot yet implementedCosmosMongoUtil
Azure Cosmos DB PostgreSQL APInoNot yet implementedCosmosPgUtil
PaaS Service ProvisioningnoNOT Planned(3)

Footnotes

  • (1) embeddings and dalle image generation are implemented
  • (2) supports both traditional and vector search
  • (3) PaaS service provisioning functionality is not planned; please use az CLI, ARM, Bicep, Terraform, etc. instead

Dependencies

Your application package.json file should include the following:

    "dependencies": {
        "@azure/cosmos": "4.0.0",
        "@azure/openai": "^1.0.0-beta.7",
        "@azure/storage-blob": "^12.16.0",
        "axios": "^1.5.1",
        "uuid": "^9.0.1"
        "azu-js": "1.0.3"
    },

Version History

VersionDateChanges
1.0.32023/11/19Added PriorityLevel and IC Staleness support to CosmosNoSqlUtil
1.0.22023/10/29Added configurable class AzuLogger, optionally uses winston
1.0.12023/10/21Added CosmosNoSqlUtil#patchDocumentAsync
1.0.02023/10/16First GA release with new TypeScript codebase
0.1.x2017Alpha versions, implemented in JavaScript
1.0.2

6 months ago

0.9.8

7 months ago

1.0.1

7 months ago

0.9.7

7 months ago

1.0.0

7 months ago

0.9.9

7 months ago

0.9.4

7 months ago

0.9.3

7 months ago

0.9.10

7 months ago

0.9.6

7 months ago

0.9.11

7 months ago

0.9.5

7 months ago

1.0.3

6 months ago

0.9.0

8 months ago

0.9.2

8 months ago

0.9.1

8 months ago

0.1.7

7 years ago

0.1.6

7 years ago

0.1.5

7 years ago

0.1.4

7 years ago

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago

0.0.8

7 years ago

0.0.7

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago