Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
CausalInferenceLab
/
Lang2SQL
Public
Notifications
You must be signed in to change notification settings
Fork
18
Star
141
Code
Issues
12
Pull requests
6
Discussions
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Wiki
Security and quality
Insights
Feat/vector store backends
- #212
#212
Merged
seyoung4503
merged 12 commits into
master
CausalInferenceLab/Lang2SQL:master
from
feat/vector-store-backends
CausalInferenceLab/Lang2SQL:feat/vector-store-backends
Copy head branch name to clipboard
Feb 28, 2026
Conversation
Commits
12
(12)
Checks
Files changed
Merged
Feat/vector store backends
#212
seyoung4503
merged 12 commits into
master
CausalInferenceLab/Lang2SQL:master
from
feat/vector-store-backends
CausalInferenceLab/Lang2SQL:feat/vector-store-backends
Copy head branch name to clipboard
Commits
Commits on Feb 27, 2026
feat(vectorstore): add FAISSVectorStore with file persistence
Show description for 768ce0a
seyoung4503
committed
768ce0a
View commit details
Copy full SHA for 768ce0a
Browse repository at this point
feat(vectorstore): add PGVectorStore with pgvector backend
Show description for 700c945
seyoung4503
committed
700c945
View commit details
Copy full SHA for 700c945
Browse repository at this point
feat(vectorstore): export FAISSVectorStore and PGVectorStore to public API
seyoung4503
committed
22366d7
View commit details
Copy full SHA for 22366d7
Browse repository at this point
test(vectorstore): add 8 tests for FAISSVectorStore
Show description for 417213f
seyoung4503
committed
417213f
View commit details
Copy full SHA for 417213f
Browse repository at this point
test(vectorstore): add 6 tests for PGVectorStore
Show description for 1e2f018
seyoung4503
committed
1e2f018
View commit details
Copy full SHA for 1e2f018
Browse repository at this point
docs(vectorstore): update vector-store-backends guide for v0.3.0
seyoung4503
committed
8db83bf
View commit details
Copy full SHA for 8db83bf
Browse repository at this point
feat : file directory automatic generate
seyoung4503
committed
0099154
View commit details
Copy full SHA for 0099154
Browse repository at this point
refactor(ports): make all Port implementations explicitly inherit their Protocol
Show description for 3da6dd1
seyoung4503
committed
3da6dd1
View commit details
Copy full SHA for 3da6dd1
Browse repository at this point
refactor(ports): add explicit Port inheritance to remaining implementations
Show description for f8ee2df
seyoung4503
committed
f8ee2df
View commit details
Copy full SHA for f8ee2df
Browse repository at this point
fix: guard against empty input and per-file load failures
Show description for bba95b7
seyoung4503
committed
bba95b7
View commit details
Copy full SHA for bba95b7
Browse repository at this point
feat(llm): expose max_tokens as a constructor parameter in AnthropicLLM
Show description for 7c44028
seyoung4503
committed
7c44028
View commit details
Copy full SHA for 7c44028
Browse repository at this point
Commits on Feb 28, 2026
style: apply pre-commit formatting
seyoung4503
committed
a9acce9
View commit details
Copy full SHA for a9acce9
Browse repository at this point
You can’t perform that action at this time.