Skip to content

Instantly share code, notes, and snippets.

View GSEnergy-KimKyungho's full-sized avatar

Kim Kyungho GSEnergy-KimKyungho

View GitHub Profile
@ksmin23
ksmin23 / aoss_hybrid_search.py
Last active April 3, 2025 02:10
Amazon OpenSearch Serverless Hybrid Search Example with Script score query
#!/usr/bin/env python3
# -*- encoding: utf-8 -*-
# vim: tabstop=4 shiftwidth=4 softtabstop=4 expandtab
# Required python packages
# pip install -U boto3>=1.26.159
# pip install -U langchain==0.2.6
# pip install -U langchain-aws==0.1.9
# pip install -U langchain-community==0.2.6
# pip install -U opensearch-py==2.2.0