Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
RAGchat-API
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
zbhAI
RAGchat-API
Repository
9c852fae9bc553b6e27c6979d1da95892124a6ab
Select Git revision
Selected
9c852fae9bc553b6e27c6979d1da95892124a6ab
Branches
13
main
default
protected
editUser
loadTests
fixTests
userhandling
updateEmbeddings
addRAGSources
testing
conversations
inputValidation
rag
chatting
userauth
14 results
Show more breadcrumbs
ragchat-api
utils
handleAI.js
handleAI.js
Find file
Blame
File actions
Find file
t
Blame
Copy permalink
y
Copy contents
Open raw
Download
11 months ago
9c852fae
fixed output
· 9c852fae
Embruch, Gerd
authored
11 months ago
9c852fae
History
fixed output
Embruch, Gerd
authored
11 months ago
Code owners
Assign users and groups as approvers for specific file changes.
Learn more.
jupyter2markdown.sh
71 B
1
2
3
#!/usr/bin/env bash
jupyter nbconvert
*
.ipynb
--to
rst
--output-dir
=
..