-
SentenceVAE/
│
├── encoder.py
│ ```python
│ import torch
│ from torch import nn
│
│ class SentenceEncoder(nn.Module):
│ '''Sentence Encoder with byte-level BPE tokenization, lear…
-
### Question Validation
- [X] I have searched both the documentation and discord for an answer.
### Question
This is my code:
from llama_index.core.node_parser import MarkdownElementNodeParser
no…
-
Requirements:
- must: `SPARQLConstraint`
- opt: fast `and, or, not`
- opt: `sh:dataGraph` so we can validate various stored models (https://github.com/Sveino/Inst4CIM-KG/issues/140)
- opt: increme…
-
### Question Validation
- [X] I have searched both the documentation and discord for an answer.
### Question
I'm following an example from the [Advanced RAG: Combining RAG with Text-to-SQL](https:/…
-
### Question Validation
- [X] I have searched both the documentation and discord for an answer.
### Question
Im trying to attach nemo guardrails or any other guardrails to the query engine layer, h…
-
ghost updated
4 years ago
-
### Question Validation
- [X] I have searched both the documentation and discord for an answer.
### Question
How to add sub question and router query engine in single code
-
## Description
We need to implement a mechanism that handles configuration requests during the engine's start-up process. This will ensure that the engine retrieves and applies the latest configurati…
-
### Question Validation
- [X] I have searched both the documentation and discord for an answer.
### Question
How can I use `response_gen` without getting the thoughts?
In my example:
he…
-
Artifact transform inputs should be validated via `UnitOfWork.validate()` like tasks are.
---
cc: @gradle/build-cache
lptr updated
9 months ago