-
Q3 2024 Git Commits
https://github.com/ubiodee/SingularityNet/commits/main/?since=2024-07-01&until=2024-09-30
Snet Archive AI Features
https://docs.google.com/document/d/1LROsgVAQ9fQbNgMRK5qMI8q8KYs…
-
### Did you check docs and existing issues?
- [x] I have read all the NeMo-Guardrails docs
- [x] I have updated the package to the latest version before submitting this issue
- [x] I have searched th…
-
# Dataset
1. Refactor the self cognition dataset to support multi-lingual QAs.
# Megatron PreTrain
1. Support more Megatron models
2. Support dataset split
# Fine-tuning
1. RAG LLM training …
-
Determine the best chunk size for our application.
The application should be able to keep track of individuals, so that RAG can make an appropriate prompt to feed to LLM, and the application can gi…
-
### Issue Type
Bug
### Source
source
### Giskard Library Version
2.15.2
### OS Platform and Distribution
macos
### Python version
3.11
### Installed python packages
```shell
aiohttp==3.9.4
…
-
I'm encountering an error while trying to use the WebsiteSearchTool with Gemini Pro as the LLM. The error message is:
"Embedding dimension 768 does not match collection dimensionality 1536. This is…
-
**What do you want to do?**
- [ ] Request a change to existing documentation
- [x ] Add new documentation
- [ ] Report a technical problem with the documentation
- [ ] Other
**Tell us about…
-
Running `npm run config` fails reproducible when following the [deploy](https://aws-samples.github.io/aws-genai-llm-chatbot/guide/deploy.html#deployment) instructions.
I get the following error:
…
-
Hello,
Thanks for sharing your work!
I am conducting some experiments with your code and trying to evaluate hallucinations and other metrics. However, I have tried everything to get the {contex…
-
What is the default and expected behaviour when a query leads to an LLM call that exceeds the token limit of the LLM? Currently I am observing that dspy keeps attempting (with backoff) multiple times,…