Skip to content

Commit

Permalink
Merge pull request #827 from RizaFarheen/updates
Browse files Browse the repository at this point in the history
Updates
  • Loading branch information
RizaFarheen authored Dec 20, 2024
2 parents b4dde1f + 77da422 commit e187031
Show file tree
Hide file tree
Showing 16 changed files with 5 additions and 584 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ In AI orchestration for RAG, a typical scenario might involve a vector database

## Integrating with Vector Databases

Before using all these functions of vector databases in your Orkes Conductor workflows, you need to integrate your cluster with vector databases from specific providers. Popular vector database providers such as **Pinecone**, **Weaviate**, **Postgres Vector Database**, and **Mongo Vector Database** are natively supported in Orkes Conductor (more coming soon). Once the database is configured, you can configure the required indexes to be used in your applications. Indexes are the highest-level organizational unit of vector data (similar to the TABLE concept in a relational database).
Before using all these functions of vector databases in your Orkes Conductor workflows, you need to integrate your cluster with vector databases from specific providers. Popular vector database providers such as **Pinecone**, **Weaviate**, **Postgres Vector Database**, and **Mongo Vector Database** are natively supported in Orkes Conductor. Once the database is configured, you can configure the required indexes to be used in your applications. Indexes are the highest-level organizational unit of vector data (similar to the TABLE concept in a relational database).

For example, if you are using Pinecone as the vector database, then you can configure different indexes within the Pinecone configuration.

Expand Down
35 changes: 0 additions & 35 deletions docs/reference-docs/api/human-tasks/claim-task-conductor-user.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,34 +30,6 @@ POST human/tasks/{taskId}/claim
## Client SDK Methods

<Tabs>
<TabItem value="Java" label="Java">

```java
TODO: Coming soon to the SDKs
```

</TabItem>
<TabItem value="Go" label="Go">

```go
TODO: Coming soon to the SDKs
```

</TabItem>
<TabItem value="Python" label="Python">

```python
TODO: Coming soon to the SDKs
```

</TabItem>
<TabItem value="CSharp" label="C#">

```csharp
TODO: Coming soon to the SDKs
```

</TabItem>
<TabItem value="JavaScript" label="JavaScript">

```javascript
Expand All @@ -71,12 +43,5 @@ HumanExecutor.claimTaskAsConductorUser(taskId: string);
HumanExecutor.claimTaskAsConductorUser(taskId: string);
```

</TabItem>
<TabItem value="Clojure" label="Clojure">

```clojure
TODO: Coming soon to the SDKs
```

</TabItem>
</Tabs>
35 changes: 0 additions & 35 deletions docs/reference-docs/api/human-tasks/claim-task-external-user.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,34 +42,6 @@ POST human/tasks/{taskId}/externalUser/{userId}
## Client SDK Methods

<Tabs>
<TabItem value="Java" label="Java">

```java
TODO: Coming soon to the SDKs
```

</TabItem>
<TabItem value="Go" label="Go">

```go
TODO: Coming soon to the SDKs
```

</TabItem>
<TabItem value="Python" label="Python">

```python
TODO: Coming soon to the SDKs
```

</TabItem>
<TabItem value="CSharp" label="C#">

```csharp
TODO: Coming soon to the SDKs
```

</TabItem>
<TabItem value="JavaScript" label="JavaScript">

```javascript
Expand All @@ -83,12 +55,5 @@ HumanExecutor.claimTaskAsExternalUser(taskId: string, assignee: string)
HumanExecutor.claimTaskAsExternalUser(taskId: string, assignee: string)
```

</TabItem>
<TabItem value="Clojure" label="Clojure">

```clojure
TODO: Coming soon to the SDKs
```

</TabItem>
</Tabs>
46 changes: 0 additions & 46 deletions docs/reference-docs/api/human-tasks/delete-task-ui-template.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,49 +27,3 @@ If the template is used by a workflow, it will fail to render.
DELETE human/template/{name}
```

## Client SDK Methods

<Tabs>
<TabItem value="Java" label="Java">

```java
TODO: Coming soon to the SDKs
```

</TabItem>
<TabItem value="Go" label="Go">

```go
TODO: Coming soon to the SDKs
```

</TabItem>
<TabItem value="Python" label="Python">

```python
TODO: Coming soon to the SDKs
```

</TabItem>
<TabItem value="CSharp" label="C#">

```csharp
TODO: Coming soon to the SDKs
```

</TabItem>
<TabItem value="JavaScript" label="JavaScript">

```javascript
TODO: Coming soon to the SDKs
```

</TabItem>
<TabItem value="Clojure" label="Clojure">

```clojure
TODO: Coming soon to the SDKs
```

</TabItem>
</Tabs>
49 changes: 1 addition & 48 deletions docs/reference-docs/api/human-tasks/delete-task.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,51 +30,4 @@ error state and the workflow would have to be retried or restarted to create a n

```
DELETE human/tasks/delete/{taskId}
```

## Client SDK Methods

<Tabs>
<TabItem value="Java" label="Java">

```java
TODO: Coming soon to the SDKs
```

</TabItem>
<TabItem value="Go" label="Go">

```go
TODO: Coming soon to the SDKs
```

</TabItem>
<TabItem value="Python" label="Python">

```python
TODO: Coming soon to the SDKs
```

</TabItem>
<TabItem value="CSharp" label="C#">

```csharp
TODO: Coming soon to the SDKs
```

</TabItem>
<TabItem value="JavaScript" label="JavaScript">

```javascript
TODO: Coming soon to the SDKs
```

</TabItem>
<TabItem value="Clojure" label="Clojure">

```clojure
TODO: Coming soon to the SDKs
```

</TabItem>
</Tabs>
```
46 changes: 0 additions & 46 deletions docs/reference-docs/api/human-tasks/get-task-ui-template.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,49 +23,3 @@ Used to retrieve a human task user forms/templates by id. Use this API to retrie
GET human/template/{humanTaskId}
```

## Client SDK Methods

<Tabs>
<TabItem value="Java" label="Java">

```java
TODO: Coming soon to the SDKs
```

</TabItem>
<TabItem value="Go" label="Go">

```go
TODO: Coming soon to the SDKs
```

</TabItem>
<TabItem value="Python" label="Python">

```python
TODO: Coming soon to the SDKs
```

</TabItem>
<TabItem value="CSharp" label="C#">

```csharp
TODO: Coming soon to the SDKs
```

</TabItem>
<TabItem value="JavaScript" label="JavaScript">

```javascript
TODO: Coming soon to the SDKs
```

</TabItem>
<TabItem value="Clojure" label="Clojure">

```clojure
TODO: Coming soon to the SDKs
```

</TabItem>
</Tabs>
35 changes: 0 additions & 35 deletions docs/reference-docs/api/human-tasks/get-task.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,34 +30,6 @@ GET human/tasks/{taskId}
## Client SDK Methods

<Tabs>
<TabItem value="Java" label="Java">

```java
TODO: Coming soon to the SDKs
```

</TabItem>
<TabItem value="Go" label="Go">

```go
TODO: Coming soon to the SDKs
```

</TabItem>
<TabItem value="Python" label="Python">

```python
TODO: Coming soon to the SDKs
```

</TabItem>
<TabItem value="CSharp" label="C#">

```csharp
TODO: Coming soon to the SDKs
```

</TabItem>
<TabItem value="JavaScript" label="JavaScript">

```javascript
Expand All @@ -71,12 +43,5 @@ HumanExecutor.getTaskById(taskId: string): Promise<HumanTaskEntry>
HumanExecutor.getTaskById(taskId: string): Promise<HumanTaskEntry>
```

</TabItem>
<TabItem value="Clojure" label="Clojure">

```clojure
TODO: Coming soon to the SDKs
```

</TabItem>
</Tabs>
46 changes: 0 additions & 46 deletions docs/reference-docs/api/human-tasks/list-task-ui-templates.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,49 +24,3 @@ Used to list all human task templates stored in Conductor and optionally filter
GET human/template
```

## Client SDK Methods

<Tabs>
<TabItem value="Java" label="Java">

```java
TODO: Coming soon to the SDKs
```

</TabItem>
<TabItem value="Go" label="Go">

```go
TODO: Coming soon to the SDKs
```

</TabItem>
<TabItem value="Python" label="Python">

```python
TODO: Coming soon to the SDKs
```

</TabItem>
<TabItem value="CSharp" label="C#">

```csharp
TODO: Coming soon to the SDKs
```

</TabItem>
<TabItem value="JavaScript" label="JavaScript">

```javascript
TODO: Coming soon to the SDKs
```

</TabItem>
<TabItem value="Clojure" label="Clojure">

```clojure
TODO: Coming soon to the SDKs
```

</TabItem>
</Tabs>
Loading

0 comments on commit e187031

Please sign in to comment.